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.
7313 7314 7315 |
# File 'sig/types.rbs', line 7313 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7314 7315 7316 |
# File 'sig/types.rbs', line 7314 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7308 7309 7310 |
# File 'sig/types.rbs', line 7308 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7309 7310 7311 |
# File 'sig/types.rbs', line 7309 def next_token @next_token end |
#owner_ids ⇒ ::Array[::String]
Returns the value of attribute owner_ids.
7310 7311 7312 |
# File 'sig/types.rbs', line 7310 def owner_ids @owner_ids end |
#restorable_by_user_ids ⇒ ::Array[::String]
Returns the value of attribute restorable_by_user_ids.
7311 7312 7313 |
# File 'sig/types.rbs', line 7311 def restorable_by_user_ids @restorable_by_user_ids end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
7312 7313 7314 |
# File 'sig/types.rbs', line 7312 def snapshot_ids @snapshot_ids end |