Class: Aws::Types::RouteTableAssociation
- Inherits:
-
Object
- Object
- Aws::Types::RouteTableAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_state ⇒ Types::RouteTableAssociationState
Returns the value of attribute association_state.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#main ⇒ Boolean
Returns the value of attribute main.
-
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
-
#route_table_association_id ⇒ ::String
Returns the value of attribute route_table_association_id.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#association_state ⇒ Types::RouteTableAssociationState
Returns the value of attribute association_state.
16862 16863 16864 |
# File 'sig/types.rbs', line 16862 def association_state @association_state end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
16860 16861 16862 |
# File 'sig/types.rbs', line 16860 def gateway_id @gateway_id end |
#main ⇒ Boolean
Returns the value of attribute main.
16856 16857 16858 |
# File 'sig/types.rbs', line 16856 def main @main end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
16861 16862 16863 |
# File 'sig/types.rbs', line 16861 def public_ipv_4_pool @public_ipv_4_pool end |
#route_table_association_id ⇒ ::String
Returns the value of attribute route_table_association_id.
16857 16858 16859 |
# File 'sig/types.rbs', line 16857 def route_table_association_id @route_table_association_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
16858 16859 16860 |
# File 'sig/types.rbs', line 16858 def route_table_id @route_table_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16859 16860 16861 |
# File 'sig/types.rbs', line 16859 def subnet_id @subnet_id end |