Class: Aws::EC2::Types::TransitGatewayRouteTableAnnouncement
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRouteTableAnnouncement
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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.
      71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71049 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  |