Class: Aws::Types::ModifyVpcTenancyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcTenancyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_tenancy ⇒ "default"
Returns the value of attribute instance_tenancy.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14414 14415 14416 |
# File 'sig/types.rbs', line 14414 def dry_run @dry_run end |
#instance_tenancy ⇒ "default"
Returns the value of attribute instance_tenancy.
14413 14414 14415 |
# File 'sig/types.rbs', line 14413 def instance_tenancy @instance_tenancy end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
14412 14413 14414 |
# File 'sig/types.rbs', line 14412 def vpc_id @vpc_id end |