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
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
-
#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.
328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 328 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same clientToken, but with
different parameters, the retry fails with an
IdempotentParameterMismatch error.
A suitable default value is auto-generated. You should normally not need to pass this option.
328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 328 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.
328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 328 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 328 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.
328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 328 class CreateInboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |