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.
13628 13629 13630 |
# File 'sig/types.rbs', line 13628 def cool_off_period @cool_off_period end |
#cool_off_period_expires_on ⇒ ::Time
Returns the value of attribute cool_off_period_expires_on.
13629 13630 13631 |
# File 'sig/types.rbs', line 13629 def cool_off_period_expires_on @cool_off_period_expires_on end |
#lock_created_on ⇒ ::Time
Returns the value of attribute lock_created_on.
13630 13631 13632 |
# File 'sig/types.rbs', line 13630 def lock_created_on @lock_created_on end |
#lock_duration ⇒ ::Integer
Returns the value of attribute lock_duration.
13627 13628 13629 |
# File 'sig/types.rbs', line 13627 def lock_duration @lock_duration end |
#lock_duration_start_time ⇒ ::Time
Returns the value of attribute lock_duration_start_time.
13632 13633 13634 |
# File 'sig/types.rbs', line 13632 def lock_duration_start_time @lock_duration_start_time end |
#lock_expires_on ⇒ ::Time
Returns the value of attribute lock_expires_on.
13631 13632 13633 |
# File 'sig/types.rbs', line 13631 def lock_expires_on @lock_expires_on end |
#lock_state ⇒ "compliance", ...
Returns the value of attribute lock_state.
13626 13627 13628 |
# File 'sig/types.rbs', line 13626 def lock_state @lock_state end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13625 13626 13627 |
# File 'sig/types.rbs', line 13625 def snapshot_id @snapshot_id end |