Class: Aws::Types::AwsEc2RouteTableDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2RouteTableDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_set ⇒ ::Array[Types::AssociationSetDetails]
Returns the value of attribute association_set.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#propagating_vgw_set ⇒ ::Array[Types::PropagatingVgwSetDetails]
Returns the value of attribute propagating_vgw_set.
-
#route_set ⇒ ::Array[Types::RouteSetDetails]
Returns the value of attribute route_set.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#association_set ⇒ ::Array[Types::AssociationSetDetails]
Returns the value of attribute association_set.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def association_set @association_set end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def owner_id @owner_id end |
#propagating_vgw_set ⇒ ::Array[Types::PropagatingVgwSetDetails]
Returns the value of attribute propagating_vgw_set.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def propagating_vgw_set @propagating_vgw_set end |
#route_set ⇒ ::Array[Types::RouteSetDetails]
Returns the value of attribute route_set.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def route_set @route_set end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def route_table_id @route_table_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def vpc_id @vpc_id end |