Class: Aws::EC2::Types::TransitGatewayRouteTableAnnouncement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayRouteTableAnnouncement
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway route table announcement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#announcement_direction ⇒ String
The direction for the route table announcement.
-
#core_network_id ⇒ String
The ID of the core network for the transit gateway route table announcement.
-
#creation_time ⇒ Time
The timestamp when the transit gateway route table announcement was created.
-
#peer_core_network_id ⇒ String
The ID of the core network ID for the peer.
-
#peer_transit_gateway_id ⇒ String
The ID of the peer transit gateway.
-
#peering_attachment_id ⇒ String
The ID of the peering attachment.
-
#state ⇒ String
The state of the transit gateway announcement.
-
#tags ⇒ Array<Types::Tag>
The key-value pairs associated with the route table announcement.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
-
#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
#announcement_direction ⇒ String
The direction for the route table announcement.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of the core network for the transit gateway route table announcement.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp when the transit gateway route table announcement was created.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_core_network_id ⇒ String
The ID of the core network ID for the peer.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_transit_gateway_id ⇒ String
The ID of the peer transit gateway.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#peering_attachment_id ⇒ String
The ID of the peering attachment.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the transit gateway announcement.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key-value pairs associated with the route table announcement.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_announcement_id ⇒ String
The ID of the transit gateway route table announcement.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68821 class TransitGatewayRouteTableAnnouncement < Struct.new( :transit_gateway_route_table_announcement_id, :transit_gateway_id, :core_network_id, :peer_transit_gateway_id, :peer_core_network_id, :peering_attachment_id, :announcement_direction, :transit_gateway_route_table_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |