Class: Aws::Types::ReplaceRouteTableAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceRouteTableAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
15849 15850 15851 |
# File 'sig/types.rbs', line 15849 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15848 15849 15850 |
# File 'sig/types.rbs', line 15848 def dry_run @dry_run end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
15850 15851 15852 |
# File 'sig/types.rbs', line 15850 def route_table_id @route_table_id end |