Class: Aws::Types::LockSnapshotResult
- Inherits:
-
Object
- Object
- Aws::Types::LockSnapshotResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cool_off_period ⇒ ::Integer
Returns the value of attribute cool_off_period.
-
#cool_off_period_expires_on ⇒ ::Time
Returns the value of attribute cool_off_period_expires_on.
-
#lock_created_on ⇒ ::Time
Returns the value of attribute lock_created_on.
-
#lock_duration ⇒ ::Integer
Returns the value of attribute lock_duration.
-
#lock_duration_start_time ⇒ ::Time
Returns the value of attribute lock_duration_start_time.
-
#lock_expires_on ⇒ ::Time
Returns the value of attribute lock_expires_on.
-
#lock_state ⇒ "compliance", ...
Returns the value of attribute lock_state.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#cool_off_period ⇒ ::Integer
Returns the value of attribute cool_off_period.
13036 13037 13038 |
# File 'sig/types.rbs', line 13036 def cool_off_period @cool_off_period end |
#cool_off_period_expires_on ⇒ ::Time
Returns the value of attribute cool_off_period_expires_on.
13037 13038 13039 |
# File 'sig/types.rbs', line 13037 def cool_off_period_expires_on @cool_off_period_expires_on end |
#lock_created_on ⇒ ::Time
Returns the value of attribute lock_created_on.
13038 13039 13040 |
# File 'sig/types.rbs', line 13038 def lock_created_on @lock_created_on end |
#lock_duration ⇒ ::Integer
Returns the value of attribute lock_duration.
13035 13036 13037 |
# File 'sig/types.rbs', line 13035 def lock_duration @lock_duration end |
#lock_duration_start_time ⇒ ::Time
Returns the value of attribute lock_duration_start_time.
13040 13041 13042 |
# File 'sig/types.rbs', line 13040 def lock_duration_start_time @lock_duration_start_time end |
#lock_expires_on ⇒ ::Time
Returns the value of attribute lock_expires_on.
13039 13040 13041 |
# File 'sig/types.rbs', line 13039 def lock_expires_on @lock_expires_on end |
#lock_state ⇒ "compliance", ...
Returns the value of attribute lock_state.
13034 13035 13036 |
# File 'sig/types.rbs', line 13034 def lock_state @lock_state end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13033 13034 13035 |
# File 'sig/types.rbs', line 13033 def snapshot_id @snapshot_id end |