Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EC2::Types::TransitGatewayRouteAttachment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a route attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)

74145
74146
74147
74148
74149
74150
74151
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74145

class TransitGatewayRouteAttachment < Struct.new(
  :resource_id,
  :transit_gateway_attachment_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type. Note that the tgw-peering resource type has been deprecated.

Returns:

  • (String)

74145
74146
74147
74148
74149
74150
74151
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74145

class TransitGatewayRouteAttachment < Struct.new(
  :resource_id,
  :transit_gateway_attachment_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)

74145
74146
74147
74148
74149
74150
74151
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74145

class TransitGatewayRouteAttachment < Struct.new(
  :resource_id,
  :transit_gateway_attachment_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end