Class: Aws::Types::DeleteVpcEncryptionControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcEncryptionControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4897 4898 4899 |
# File 'sig/types.rbs', line 4897 def dry_run @dry_run end |
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
4898 4899 4900 |
# File 'sig/types.rbs', line 4898 def vpc_encryption_control_id @vpc_encryption_control_id end |