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.
15856 15857 15858 |
# File 'sig/types.rbs', line 15856 def association_state @association_state end |
#new_association_id ⇒ ::String
Returns the value of attribute new_association_id.
15855 15856 15857 |
# File 'sig/types.rbs', line 15855 def new_association_id @new_association_id end |