Class: Aws::Types::CreateVpcEncryptionControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEncryptionControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3887 3888 3889 |
# File 'sig/types.rbs', line 3887 def vpc_id @vpc_id end |