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

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

Overview

Describes a propagation route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the propagation route table.

Returns:

  • (String)


64441
64442
64443
64444
64445
64446
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64441

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

#transit_gateway_route_table_idString

The ID of the propagation route table.

Returns:

  • (String)


64441
64442
64443
64444
64445
64446
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64441

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