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.
15050 15051 15052 |
# File 'sig/types.rbs', line 15050 def dry_run @dry_run end |
#instance_tenancy ⇒ "default"
Returns the value of attribute instance_tenancy.
15049 15050 15051 |
# File 'sig/types.rbs', line 15049 def instance_tenancy @instance_tenancy end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
15048 15049 15050 |
# File 'sig/types.rbs', line 15048 def vpc_id @vpc_id end |