Class: Aws::EC2::Types::RouteTable

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

Overview

Describes a route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associations ⇒ Array<Types::RouteTableAssociation>

The associations between the route table and your subnets or gateways.

Returns:



80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

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.

Returns:

  • (String)


80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

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.

Returns:



80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

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.

Returns:

  • (String)


80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

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.

Returns:



80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

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.

Returns:



80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

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.

Returns:

  • (String)


80202
80203
80204
80205
80206
80207
80208
80209
80210
80211
80212
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80202

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end