Class: Aws::Types::LockSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::LockSnapshotRequest
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#lock_duration ⇒ ::Integer
Returns the value of attribute lock_duration.
-
#lock_mode ⇒ "compliance", "governance"
Returns the value of attribute lock_mode.
-
#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.
13297 13298 13299 |
# File 'sig/types.rbs', line 13297 def cool_off_period @cool_off_period end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13295 13296 13297 |
# File 'sig/types.rbs', line 13295 def dry_run @dry_run end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
13299 13300 13301 |
# File 'sig/types.rbs', line 13299 def expiration_date @expiration_date end |
#lock_duration ⇒ ::Integer
Returns the value of attribute lock_duration.
13298 13299 13300 |
# File 'sig/types.rbs', line 13298 def lock_duration @lock_duration end |
#lock_mode ⇒ "compliance", "governance"
Returns the value of attribute lock_mode.
13296 13297 13298 |
# File 'sig/types.rbs', line 13296 def lock_mode @lock_mode end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13294 13295 13296 |
# File 'sig/types.rbs', line 13294 def snapshot_id @snapshot_id end |