Class: Aws::Types::GetVaultLockOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetVaultLockOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
200 201 202 |
# File 'sig/types.rbs', line 200 def creation_date @creation_date end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
199 200 201 |
# File 'sig/types.rbs', line 199 def expiration_date @expiration_date end |
#policy ⇒ ::String
Returns the value of attribute policy.
197 198 199 |
# File 'sig/types.rbs', line 197 def policy @policy end |
#state ⇒ ::String
Returns the value of attribute state.
198 199 200 |
# File 'sig/types.rbs', line 198 def state @state end |