Class: Aws::Types::DeleteVpcRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def dry_run @dry_run end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def vpc_id @vpc_id end |