Class: Aws::Types::ListSnapshotsInRecycleBinRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSnapshotsInRecycleBinRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
13153 13154 13155 |
# File 'sig/types.rbs', line 13153 def dry_run @dry_run end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
13150 13151 13152 |
# File 'sig/types.rbs', line 13150 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
13151 13152 13153 |
# File 'sig/types.rbs', line 13151 def next_token @next_token end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
13152 13153 13154 |
# File 'sig/types.rbs', line 13152 def snapshot_ids @snapshot_ids end |