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.
Instance Attribute Details
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
258 259 260 261 262 263 264 265 266 267 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
258 259 260 261 262 263 264 265 266 267 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings) SENSITIVE = [] include Aws::Structure end |
#http_responder_allowed ⇒ Boolean
Boolean to specify if an HTTP responder is allowed.
258 259 260 261 262 263 264 265 266 267 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
258 259 260 261 262 263 264 265 266 267 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings) SENSITIVE = [] include Aws::Structure end |
#peer_gateway_id ⇒ String
The unique identifier of the peer gateway.
258 259 260 261 262 263 264 265 266 267 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings) 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.
258 259 260 261 262 263 264 265 266 267 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258 class CreateLinkRequest < Struct.new( :gateway_id, :peer_gateway_id, :attributes, :http_responder_allowed, :tags, :log_settings) SENSITIVE = [] include Aws::Structure end |