Class: Aws::Types::DescribeSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotsRequest
- 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.
-
#owner_ids ⇒ ::Array[::String]
Returns the value of attribute owner_ids.
-
#restorable_by_user_ids ⇒ ::Array[::String]
Returns the value of attribute restorable_by_user_ids.
-
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7130 7131 7132 |
# File 'sig/types.rbs', line 7130 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7131 7132 7133 |
# File 'sig/types.rbs', line 7131 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7125 7126 7127 |
# File 'sig/types.rbs', line 7125 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7126 7127 7128 |
# File 'sig/types.rbs', line 7126 def next_token @next_token end |
#owner_ids ⇒ ::Array[::String]
Returns the value of attribute owner_ids.
7127 7128 7129 |
# File 'sig/types.rbs', line 7127 def owner_ids @owner_ids end |
#restorable_by_user_ids ⇒ ::Array[::String]
Returns the value of attribute restorable_by_user_ids.
7128 7129 7130 |
# File 'sig/types.rbs', line 7128 def restorable_by_user_ids @restorable_by_user_ids end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
7129 7130 7131 |
# File 'sig/types.rbs', line 7129 def snapshot_ids @snapshot_ids end |