Class: Aws::Types::DescribeSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::SnapshotFilter]
Returns the value of attribute filters.
-
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
-
#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
#filters ⇒ ::Array[Types::SnapshotFilter]
Returns the value of attribute filters.
895 896 897 |
# File 'sig/types.rbs', line 895 def filters @filters end |
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
898 899 900 |
# File 'sig/types.rbs', line 898 def include_shared @include_shared end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
896 897 898 |
# File 'sig/types.rbs', line 896 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
897 898 899 |
# File 'sig/types.rbs', line 897 def next_token @next_token end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
894 895 896 |
# File 'sig/types.rbs', line 894 def snapshot_ids @snapshot_ids end |