Class: Aws::Types::LockedSnapshotsInfo
- Inherits:
-
Object
- Object
- Aws::Types::LockedSnapshotsInfo
- 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.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#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.
13049 13050 13051 |
# File 'sig/types.rbs', line 13049 def cool_off_period @cool_off_period end |
#cool_off_period_expires_on ⇒ ::Time
Returns the value of attribute cool_off_period_expires_on.
13050 13051 13052 |
# File 'sig/types.rbs', line 13050 def cool_off_period_expires_on @cool_off_period_expires_on end |
#lock_created_on ⇒ ::Time
Returns the value of attribute lock_created_on.
13051 13052 13053 |
# File 'sig/types.rbs', line 13051 def lock_created_on @lock_created_on end |
#lock_duration ⇒ ::Integer
Returns the value of attribute lock_duration.
13048 13049 13050 |
# File 'sig/types.rbs', line 13048 def lock_duration @lock_duration end |
#lock_duration_start_time ⇒ ::Time
Returns the value of attribute lock_duration_start_time.
13052 13053 13054 |
# File 'sig/types.rbs', line 13052 def lock_duration_start_time @lock_duration_start_time end |
#lock_expires_on ⇒ ::Time
Returns the value of attribute lock_expires_on.
13053 13054 13055 |
# File 'sig/types.rbs', line 13053 def lock_expires_on @lock_expires_on end |
#lock_state ⇒ "compliance", ...
Returns the value of attribute lock_state.
13047 13048 13049 |
# File 'sig/types.rbs', line 13047 def lock_state @lock_state end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
13045 13046 13047 |
# File 'sig/types.rbs', line 13045 def owner_id @owner_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13046 13047 13048 |
# File 'sig/types.rbs', line 13046 def snapshot_id @snapshot_id end |