Module: Aws::EC2::Client::_LockSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::LockSnapshotResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cool_off_period ⇒ ::Integer
- #cool_off_period_expires_on ⇒ ::Time
- #lock_created_on ⇒ ::Time
- #lock_duration ⇒ ::Integer
- #lock_duration_start_time ⇒ ::Time
- #lock_expires_on ⇒ ::Time
- #lock_state ⇒ "compliance", ...
- #snapshot_id ⇒ ::String
Instance Method Details
#cool_off_period ⇒ ::Integer
11221 |
# File 'sig/client.rbs', line 11221
def cool_off_period: () -> ::Integer
|
#cool_off_period_expires_on ⇒ ::Time
11222 |
# File 'sig/client.rbs', line 11222
def cool_off_period_expires_on: () -> ::Time
|
#lock_created_on ⇒ ::Time
11223 |
# File 'sig/client.rbs', line 11223
def lock_created_on: () -> ::Time
|
#lock_duration ⇒ ::Integer
11220 |
# File 'sig/client.rbs', line 11220
def lock_duration: () -> ::Integer
|
#lock_duration_start_time ⇒ ::Time
11225 |
# File 'sig/client.rbs', line 11225
def lock_duration_start_time: () -> ::Time
|
#lock_expires_on ⇒ ::Time
11224 |
# File 'sig/client.rbs', line 11224
def lock_expires_on: () -> ::Time
|
#lock_state ⇒ "compliance", ...
11219 |
# File 'sig/client.rbs', line 11219
def lock_state: () -> ("compliance" | "governance" | "compliance-cooloff" | "expired")
|
#snapshot_id ⇒ ::String
11218 |
# File 'sig/client.rbs', line 11218
def snapshot_id: () -> ::String
|