Class: Aws::Types::AssociateRouteTableResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateRouteTableResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_state ⇒ Types::RouteTableAssociationState
Returns the value of attribute association_state.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def association_id @association_id end |
#association_state ⇒ Types::RouteTableAssociationState
Returns the value of attribute association_state.
682 683 684 |
# File 'sig/types.rbs', line 682 def association_state @association_state end |