Class: Aws::Types::DisassociateRouteServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateRouteServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8430 8431 8432 |
# File 'sig/types.rbs', line 8430 def dry_run @dry_run end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
8428 8429 8430 |
# File 'sig/types.rbs', line 8428 def route_server_id @route_server_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8429 8430 8431 |
# File 'sig/types.rbs', line 8429 def vpc_id @vpc_id end |