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:



17205
17206
17207
# File 'sig/types.rbs', line 17205

def associations
  @associations
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17211
17212
17213
# File 'sig/types.rbs', line 17211

def owner_id
  @owner_id
end

#propagating_vgws::Array[Types::PropagatingVgw]

Returns the value of attribute propagating_vgws.

Returns:



17206
17207
17208
# File 'sig/types.rbs', line 17206

def propagating_vgws
  @propagating_vgws
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


17207
17208
17209
# File 'sig/types.rbs', line 17207

def route_table_id
  @route_table_id
end

#routes::Array[Types::Route]

Returns the value of attribute routes.

Returns:



17208
17209
17210
# File 'sig/types.rbs', line 17208

def routes
  @routes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17209
17210
17211
# File 'sig/types.rbs', line 17209

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


17210
17211
17212
# File 'sig/types.rbs', line 17210

def vpc_id
  @vpc_id
end