Class: Aws::Types::AccountVpcEncryptionControl
- Inherits:
-
Object
- Object
- Aws::Types::AccountVpcEncryptionControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusions ⇒ Types::AccountVpcEncryptionControlExclusions
Returns the value of attribute exclusions.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
-
#mode ⇒ "unmanaged", ...
Returns the value of attribute mode.
-
#state ⇒ "default-state", ...
Returns the value of attribute state.
Instance Attribute Details
#exclusions ⇒ Types::AccountVpcEncryptionControlExclusions
Returns the value of attribute exclusions.
175 176 177 |
# File 'sig/types.rbs', line 175 def exclusions @exclusions end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
177 178 179 |
# File 'sig/types.rbs', line 177 def @last_update_timestamp end |
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
176 177 178 |
# File 'sig/types.rbs', line 176 def managed_by @managed_by end |
#mode ⇒ "unmanaged", ...
Returns the value of attribute mode.
174 175 176 |
# File 'sig/types.rbs', line 174 def mode @mode end |
#state ⇒ "default-state", ...
Returns the value of attribute state.
173 174 175 |
# File 'sig/types.rbs', line 173 def state @state end |