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.
8742 8743 8744 |
# File 'sig/types.rbs', line 8742 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8741 8742 8743 |
# File 'sig/types.rbs', line 8741 def dry_run @dry_run end |