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.
8217 8218 8219 |
# File 'sig/types.rbs', line 8217 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8218 8219 8220 |
# File 'sig/types.rbs', line 8218 def instance_id @instance_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8219 8220 8221 |
# File 'sig/types.rbs', line 8219 def vpc_id @vpc_id end |