Class: Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#peering_id ⇒ String
The ID of the peer for the.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
-
#transit_gateway_route_table_arn ⇒ String
The ARN of the transit gateway route table for the attachment request.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1923 class CreateTransitGatewayRouteTableAttachmentRequest < Struct.new( :peering_id, :transit_gateway_route_table_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#peering_id ⇒ String
The ID of the peer for the
1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1923 class CreateTransitGatewayRouteTableAttachmentRequest < Struct.new( :peering_id, :transit_gateway_route_table_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1923 class CreateTransitGatewayRouteTableAttachmentRequest < Struct.new( :peering_id, :transit_gateway_route_table_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_arn ⇒ String
The ARN of the transit gateway route table for the attachment request. For example, ‘“TransitGatewayRouteTableArn”: “arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456”`.
1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1923 class CreateTransitGatewayRouteTableAttachmentRequest < Struct.new( :peering_id, :transit_gateway_route_table_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |