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
-
#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.
-
#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
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
613 614 615 616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :public_endpoint, :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.
613 614 615 616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :public_endpoint, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
613 614 615 616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :public_endpoint, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
613 614 615 616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :public_endpoint, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#public_endpoint ⇒ String
The public endpoint of the link.
613 614 615 616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :public_endpoint, :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.
613 614 615 616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613 class CreateOutboundExternalLinkRequest < Struct.new( :client_token, :gateway_id, :attributes, :public_endpoint, :log_settings, :tags) SENSITIVE = [] include Aws::Structure end |