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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


64693
64694
64695
64696
64697
64698
64699
# File 'lib/aws-sdk-ec2/types.rb', line 64693

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)


64693
64694
64695
64696
64697
64698
64699
# File 'lib/aws-sdk-ec2/types.rb', line 64693

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)


64693
64694
64695
64696
64697
64698
64699
# File 'lib/aws-sdk-ec2/types.rb', line 64693

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