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.
16153 16154 16155 |
# File 'sig/types.rbs', line 16153 def association_state @association_state end |
#new_association_id ⇒ ::String
Returns the value of attribute new_association_id.
16152 16153 16154 |
# File 'sig/types.rbs', line 16152 def new_association_id @new_association_id end |