Class: Aws::RTBFabric::Types::CreateRequesterGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateRequesterGatewayRequest
- 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.
-
#description ⇒ String
An optional description for the requester gateway.
-
#security_group_ids ⇒ Array<String>
The unique identifiers of the security groups.
-
#subnet_ids ⇒ Array<String>
The unique identifiers of the subnets.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
-
#vpc_id ⇒ String
The unique identifier of the Virtual Private Cloud (VPC).
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.
414 415 416 417 418 419 420 421 422 423 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 414 class CreateRequesterGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description for the requester gateway.
414 415 416 417 418 419 420 421 422 423 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 414 class CreateRequesterGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The unique identifiers of the security groups.
414 415 416 417 418 419 420 421 422 423 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 414 class CreateRequesterGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The unique identifiers of the subnets.
414 415 416 417 418 419 420 421 422 423 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 414 class CreateRequesterGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :client_token, :description, :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.
414 415 416 417 418 419 420 421 422 423 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 414 class CreateRequesterGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The unique identifier of the Virtual Private Cloud (VPC).
414 415 416 417 418 419 420 421 422 423 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 414 class CreateRequesterGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |