Class: Aws::EC2::Types::TransitGatewayPropagation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayPropagation
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes route propagation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
-
#state ⇒ String
The state.
-
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
-
#transit_gateway_route_table_announcement_id ⇒ String
The ID of the transit gateway route table announcement.
-
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70250 class TransitGatewayPropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :transit_gateway_route_table_id, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type. Note that the tgw-peering
resource type has
been deprecated.
70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70250 class TransitGatewayPropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :transit_gateway_route_table_id, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state.
70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70250 class TransitGatewayPropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :transit_gateway_route_table_id, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70250 class TransitGatewayPropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :transit_gateway_route_table_id, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_announcement_id ⇒ String
The ID of the transit gateway route table announcement.
70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70250 class TransitGatewayPropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :transit_gateway_route_table_id, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70250 class TransitGatewayPropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :transit_gateway_route_table_id, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end |