Class: Aws::Types::DisassociateRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateRouteTableRequest
- 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.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
8441 8442 8443 |
# File 'sig/types.rbs', line 8441 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8440 8441 8442 |
# File 'sig/types.rbs', line 8440 def dry_run @dry_run end |