Class: Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token associated with the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


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_idString

The ID of the peer for the

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The list of key-value tags associated with the request.

Returns:



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_arnString

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”`.

Returns:

  • (String)


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