Class: Aws::Types::DescribeCapacityBlockStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityBlockStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_block_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_block_ids.
-
#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
#capacity_block_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_block_ids.
5279 5280 5281 |
# File 'sig/types.rbs', line 5279 def capacity_block_ids @capacity_block_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5283 5284 5285 |
# File 'sig/types.rbs', line 5283 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5282 5283 5284 |
# File 'sig/types.rbs', line 5282 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5281 5282 5283 |
# File 'sig/types.rbs', line 5281 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5280 5281 5282 |
# File 'sig/types.rbs', line 5280 def next_token @next_token end |