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
11400 |
# File 'sig/client.rbs', line 11400
def cool_off_period: () -> ::Integer
|
#cool_off_period_expires_on ⇒ ::Time
11401 |
# File 'sig/client.rbs', line 11401
def cool_off_period_expires_on: () -> ::Time
|
#lock_created_on ⇒ ::Time
11402 |
# File 'sig/client.rbs', line 11402
def lock_created_on: () -> ::Time
|
#lock_duration ⇒ ::Integer
11399 |
# File 'sig/client.rbs', line 11399
def lock_duration: () -> ::Integer
|
#lock_duration_start_time ⇒ ::Time
11404 |
# File 'sig/client.rbs', line 11404
def lock_duration_start_time: () -> ::Time
|
#lock_expires_on ⇒ ::Time
11403 |
# File 'sig/client.rbs', line 11403
def lock_expires_on: () -> ::Time
|
#lock_state ⇒ "compliance", ...
11398 |
# File 'sig/client.rbs', line 11398
def lock_state: () -> ("compliance" | "governance" | "compliance-cooloff" | "expired")
|
#snapshot_id ⇒ ::String
11397 |
# File 'sig/client.rbs', line 11397
def snapshot_id: () -> ::String
|