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.
12882 12883 12884 |
# File 'sig/types.rbs', line 12882 def dry_run @dry_run end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
12879 12880 12881 |
# File 'sig/types.rbs', line 12879 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
12880 12881 12882 |
# File 'sig/types.rbs', line 12880 def next_token @next_token end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
12881 12882 12883 |
# File 'sig/types.rbs', line 12881 def snapshot_ids @snapshot_ids end |