Class: Aws::EC2::Types::TransitGatewayRouteTablePropagation

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

Overview

Describes a route table propagation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)


65618
65619
65620
65621
65622
65623
65624
65625
65626
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65618

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

#resource_typeString

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

Returns:

  • (String)


65618
65619
65620
65621
65622
65623
65624
65625
65626
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65618

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

#stateString

The state of the resource.

Returns:

  • (String)


65618
65619
65620
65621
65622
65623
65624
65625
65626
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65618

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

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


65618
65619
65620
65621
65622
65623
65624
65625
65626
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65618

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

#transit_gateway_route_table_announcement_idString

The ID of the transit gateway route table announcement.

Returns:

  • (String)


65618
65619
65620
65621
65622
65623
65624
65625
65626
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65618

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