Class: Aws::RTBFabric::Types::CreateLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateLinkRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#http_responder_allowed ⇒ Boolean
Boolean to specify if an HTTP responder is allowed.
-
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
-
#peer_gateway_id ⇒ String
The unique identifier of the peer gateway.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
-
#timeout_in_millis ⇒ Integer
The timeout value in milliseconds.
Instance Attribute Details
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#http_responder_allowed ⇒ Boolean
Boolean to specify if an HTTP responder is allowed.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#peer_gateway_id ⇒ String
The unique identifier of the peer gateway.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#timeout_in_millis ⇒ Integer
The timeout value in milliseconds.
288 289 290 291 292 293 294 295 296 297 298 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 288 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |