Class: Aws::Types::DescribeSnapshotTierStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotTierStatusRequest
- 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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7295 7296 7297 |
# File 'sig/types.rbs', line 7295 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7294 7295 7296 |
# File 'sig/types.rbs', line 7294 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7297 7298 7299 |
# File 'sig/types.rbs', line 7297 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7296 7297 7298 |
# File 'sig/types.rbs', line 7296 def next_token @next_token end |