Class: Aws::Types::RouteTable

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associations::Array[Types::RouteTableAssociation]

Returns the value of attribute associations.

Returns:



16845
16846
16847
# File 'sig/types.rbs', line 16845

def associations
  @associations
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


16851
16852
16853
# File 'sig/types.rbs', line 16851

def owner_id
  @owner_id
end

#propagating_vgws::Array[Types::PropagatingVgw]

Returns the value of attribute propagating_vgws.

Returns:



16846
16847
16848
# File 'sig/types.rbs', line 16846

def propagating_vgws
  @propagating_vgws
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


16847
16848
16849
# File 'sig/types.rbs', line 16847

def route_table_id
  @route_table_id
end

#routes::Array[Types::Route]

Returns the value of attribute routes.

Returns:



16848
16849
16850
# File 'sig/types.rbs', line 16848

def routes
  @routes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



16849
16850
16851
# File 'sig/types.rbs', line 16849

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


16850
16851
16852
# File 'sig/types.rbs', line 16850

def vpc_id
  @vpc_id
end