Class: Aws::Types::ReplaceRouteTableAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceRouteTableAssociationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_state ⇒ Types::RouteTableAssociationState
Returns the value of attribute association_state.
-
#new_association_id ⇒ ::String
Returns the value of attribute new_association_id.
Instance Attribute Details
#association_state ⇒ Types::RouteTableAssociationState
Returns the value of attribute association_state.
16492 16493 16494 |
# File 'sig/types.rbs', line 16492 def association_state @association_state end |
#new_association_id ⇒ ::String
Returns the value of attribute new_association_id.
16491 16492 16493 |
# File 'sig/types.rbs', line 16491 def new_association_id @new_association_id end |