Class: Aws::Types::EC2ReplaceRouteTableAssociationAction
- Inherits:
-
Object
- Object
- Aws::Types::EC2ReplaceRouteTableAssociationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ Types::ActionTarget
Returns the value of attribute association_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
Instance Attribute Details
#association_id ⇒ Types::ActionTarget
Returns the value of attribute association_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def association_id @association_id end |
#description ⇒ ::String
Returns the value of attribute description.
274 275 276 |
# File 'sig/types.rbs', line 274 def description @description end |
#route_table_id ⇒ Types::ActionTarget
Returns the value of attribute route_table_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def route_table_id @route_table_id end |