Class: Aws::RTBFabric::Types::CreateOutboundExternalLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateOutboundExternalLinkRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique client token.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#public_endpoint ⇒ String
The public endpoint of the link.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
Instance Attribute Details
#client_token ⇒ String
The unique client token.
A suitable default value is auto-generated. You should normally not need to pass this option.
353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 353 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :public_endpoint, :tags) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 353 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :public_endpoint, :tags) SENSITIVE = [] include Aws::Structure end |
#public_endpoint ⇒ String
The public endpoint of the link.
353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 353 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :public_endpoint, :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.
353 354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 353 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :public_endpoint, :tags) SENSITIVE = [] include Aws::Structure end |