Class: Aws::EC2::Types::TransitGatewayAttachmentPropagation

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

Overview

Describes a propagation route table.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the propagation route table.

Returns:

  • (String)


35774
35775
35776
35777
35778
# File 'lib/aws-sdk-ec2/types.rb', line 35774

class TransitGatewayAttachmentPropagation < Struct.new(
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end

#transit_gateway_route_table_idString

The ID of the propagation route table.

Returns:

  • (String)


35774
35775
35776
35777
35778
# File 'lib/aws-sdk-ec2/types.rb', line 35774

class TransitGatewayAttachmentPropagation < Struct.new(
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end