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.
19707 19708 19709 |
# File 'sig/types.rbs', line 19707 def mode @mode end |
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Returns the value of attribute resource_exclusions.
19710 19711 19712 |
# File 'sig/types.rbs', line 19710 def resource_exclusions @resource_exclusions end |
#state ⇒ "enforce-in-progress", ...
Returns the value of attribute state.
19708 19709 19710 |
# File 'sig/types.rbs', line 19708 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
19709 19710 19711 |
# File 'sig/types.rbs', line 19709 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19711 19712 19713 |
# File 'sig/types.rbs', line 19711 def @tags end |
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
19706 19707 19708 |
# File 'sig/types.rbs', line 19706 def vpc_encryption_control_id @vpc_encryption_control_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19705 19706 19707 |
# File 'sig/types.rbs', line 19705 def vpc_id @vpc_id end |