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
11193 |
# File 'sig/client.rbs', line 11193
def cool_off_period: () -> ::Integer
|
#cool_off_period_expires_on ⇒ ::Time
11194 |
# File 'sig/client.rbs', line 11194
def cool_off_period_expires_on: () -> ::Time
|
#lock_created_on ⇒ ::Time
11195 |
# File 'sig/client.rbs', line 11195
def lock_created_on: () -> ::Time
|
#lock_duration ⇒ ::Integer
11192 |
# File 'sig/client.rbs', line 11192
def lock_duration: () -> ::Integer
|
#lock_duration_start_time ⇒ ::Time
11197 |
# File 'sig/client.rbs', line 11197
def lock_duration_start_time: () -> ::Time
|
#lock_expires_on ⇒ ::Time
11196 |
# File 'sig/client.rbs', line 11196
def lock_expires_on: () -> ::Time
|
#lock_state ⇒ "compliance", ...
11191 |
# File 'sig/client.rbs', line 11191
def lock_state: () -> ("compliance" | "governance" | "compliance-cooloff" | "expired")
|
#snapshot_id ⇒ ::String
11190 |
# File 'sig/client.rbs', line 11190
def snapshot_id: () -> ::String
|