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.
19347 19348 19349 |
# File 'sig/types.rbs', line 19347 def mode @mode end |
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Returns the value of attribute resource_exclusions.
19350 19351 19352 |
# File 'sig/types.rbs', line 19350 def resource_exclusions @resource_exclusions end |
#state ⇒ "enforce-in-progress", ...
Returns the value of attribute state.
19348 19349 19350 |
# File 'sig/types.rbs', line 19348 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
19349 19350 19351 |
# File 'sig/types.rbs', line 19349 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19351 19352 19353 |
# File 'sig/types.rbs', line 19351 def @tags end |
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
19346 19347 19348 |
# File 'sig/types.rbs', line 19346 def vpc_encryption_control_id @vpc_encryption_control_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19345 19346 19347 |
# File 'sig/types.rbs', line 19345 def vpc_id @vpc_id end |