Class: Aws::EC2::Types::TransitGatewayRouteTableAssociation

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

Overview

Describes an association between a route table and a resource attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id ⇒ String

The ID of the resource.

Returns:

  • (String)


88497
88498
88499
88500
88501
88502
88503
88504
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88497

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

#resource_type ⇒ String

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

Returns:

  • (String)


88497
88498
88499
88500
88501
88502
88503
88504
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88497

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

#state ⇒ String

The state of the association.

Returns:

  • (String)


88497
88498
88499
88500
88501
88502
88503
88504
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88497

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

#transit_gateway_attachment_id ⇒ String

The ID of the attachment.

Returns:

  • (String)


88497
88498
88499
88500
88501
88502
88503
88504
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88497

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