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.
19020 19021 19022 |
# File 'sig/types.rbs', line 19020 def mode @mode end |
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Returns the value of attribute resource_exclusions.
19023 19024 19025 |
# File 'sig/types.rbs', line 19023 def resource_exclusions @resource_exclusions end |
#state ⇒ "enforce-in-progress", ...
Returns the value of attribute state.
19021 19022 19023 |
# File 'sig/types.rbs', line 19021 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
19022 19023 19024 |
# File 'sig/types.rbs', line 19022 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19024 19025 19026 |
# File 'sig/types.rbs', line 19024 def @tags end |
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
19019 19020 19021 |
# File 'sig/types.rbs', line 19019 def vpc_encryption_control_id @vpc_encryption_control_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19018 19019 19020 |
# File 'sig/types.rbs', line 19018 def vpc_id @vpc_id end |