Class: Aws::Types::VpcEncryptionControl
- Inherits:
-
Object
- Object
- Aws::Types::VpcEncryptionControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
-
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Returns the value of attribute resource_exclusions.
-
#state ⇒ "enforce-in-progress", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
19686 19687 19688 |
# File 'sig/types.rbs', line 19686 def mode @mode end |
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Returns the value of attribute resource_exclusions.
19689 19690 19691 |
# File 'sig/types.rbs', line 19689 def resource_exclusions @resource_exclusions end |
#state ⇒ "enforce-in-progress", ...
Returns the value of attribute state.
19687 19688 19689 |
# File 'sig/types.rbs', line 19687 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
19688 19689 19690 |
# File 'sig/types.rbs', line 19688 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19690 19691 19692 |
# File 'sig/types.rbs', line 19690 def @tags end |
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
19685 19686 19687 |
# File 'sig/types.rbs', line 19685 def vpc_encryption_control_id @vpc_encryption_control_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19684 19685 19686 |
# File 'sig/types.rbs', line 19684 def vpc_id @vpc_id end |