Class: Aws::Types::DescribeLockedSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLockedSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6693 6694 6695 |
# File 'sig/types.rbs', line 6693 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6689 6690 6691 |
# File 'sig/types.rbs', line 6689 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6691 6692 6693 |
# File 'sig/types.rbs', line 6691 def next_token @next_token end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
6692 6693 6694 |
# File 'sig/types.rbs', line 6692 def snapshot_ids @snapshot_ids end |