Class: Aws::EC2::Types::RouteTable
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RouteTable
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a route table.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #associations  ⇒ Array<Types::RouteTableAssociation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The associations between the route table and your subnets or gateways.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the route table.
 - 
  
    
      #propagating_vgws  ⇒ Array<Types::PropagatingVgw> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any virtual private gateway (VGW) propagating routes.
 - 
  
    
      #route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the route table.
 - 
  
    
      #routes  ⇒ Array<Types::Route> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The routes in the route table.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the route table.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#associations ⇒ Array<Types::RouteTableAssociation>
The associations between the route table and your subnets or gateways.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the route table.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#propagating_vgws ⇒ Array<Types::PropagatingVgw>
Any virtual private gateway (VGW) propagating routes.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#route_table_id ⇒ String
The ID of the route table.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#routes ⇒ Array<Types::Route>
The routes in the route table.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the route table.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63272 class RouteTable < Struct.new( :associations, :propagating_vgws, :route_table_id, :routes, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  |