Class: Aws::Types::RouteTable
- Inherits:
-
Object
- Object
- Aws::Types::RouteTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::RouteTableAssociation]
Returns the value of attribute associations.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#propagating_vgws ⇒ ::Array[Types::PropagatingVgw]
Returns the value of attribute propagating_vgws.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#associations ⇒ ::Array[Types::RouteTableAssociation]
Returns the value of attribute associations.
16548 16549 16550 |
# File 'sig/types.rbs', line 16548 def associations @associations end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
16554 16555 16556 |
# File 'sig/types.rbs', line 16554 def owner_id @owner_id end |
#propagating_vgws ⇒ ::Array[Types::PropagatingVgw]
Returns the value of attribute propagating_vgws.
16549 16550 16551 |
# File 'sig/types.rbs', line 16549 def propagating_vgws @propagating_vgws end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
16550 16551 16552 |
# File 'sig/types.rbs', line 16550 def route_table_id @route_table_id end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
16551 16552 16553 |
# File 'sig/types.rbs', line 16551 def routes @routes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16552 16553 16554 |
# File 'sig/types.rbs', line 16552 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16553 16554 16555 |
# File 'sig/types.rbs', line 16553 def vpc_id @vpc_id end |