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
11651 |
# File 'sig/client.rbs', line 11651
def cool_off_period: () -> ::Integer
|
#cool_off_period_expires_on ⇒ ::Time
11652 |
# File 'sig/client.rbs', line 11652
def cool_off_period_expires_on: () -> ::Time
|
#lock_created_on ⇒ ::Time
11653 |
# File 'sig/client.rbs', line 11653
def lock_created_on: () -> ::Time
|
#lock_duration ⇒ ::Integer
11650 |
# File 'sig/client.rbs', line 11650
def lock_duration: () -> ::Integer
|
#lock_duration_start_time ⇒ ::Time
11655 |
# File 'sig/client.rbs', line 11655
def lock_duration_start_time: () -> ::Time
|
#lock_expires_on ⇒ ::Time
11654 |
# File 'sig/client.rbs', line 11654
def lock_expires_on: () -> ::Time
|
#lock_state ⇒ "compliance", ...
11649 |
# File 'sig/client.rbs', line 11649
def lock_state: () -> ("compliance" | "governance" | "compliance-cooloff" | "expired")
|
#snapshot_id ⇒ ::String
11648 |
# File 'sig/client.rbs', line 11648
def snapshot_id: () -> ::String
|