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.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)


35964
35965
35966
35967
35968
35969
# File 'lib/aws-sdk-ec2/types.rb', line 35964

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

#resource_typeString

The resource type.

Returns:

  • (String)


35964
35965
35966
35967
35968
35969
# File 'lib/aws-sdk-ec2/types.rb', line 35964

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

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


35964
35965
35966
35967
35968
35969
# File 'lib/aws-sdk-ec2/types.rb', line 35964

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