Class: Aws::Types::DetachClassicLinkVpcRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachClassicLinkVpcRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7944 7945 7946 |
# File 'sig/types.rbs', line 7944 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7945 7946 7947 |
# File 'sig/types.rbs', line 7945 def instance_id @instance_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7946 7947 7948 |
# File 'sig/types.rbs', line 7946 def vpc_id @vpc_id end |