Class: Aws::RTBFabric::Types::CreateInboundExternalLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateInboundExternalLinkRequest
- 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.
-
#client_token ⇒ String
The unique client token.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#log_settings ⇒ Types::LinkLogSettings
Describes the settings for a link log.
-
#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.
199 200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 199 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The unique client token.
A suitable default value is auto-generated. You should normally not need to pass this option.
199 200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 199 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
199 200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 199 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Describes the settings for a link log.
199 200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 199 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) 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.
199 200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 199 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |