Class: Aws::Types::DescribeCapacityBlockExtensionHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityBlockExtensionHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_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_reservation_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_ids.
5228 5229 5230 |
# File 'sig/types.rbs', line 5228 def capacity_reservation_ids @capacity_reservation_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5232 5233 5234 |
# File 'sig/types.rbs', line 5232 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5231 5232 5233 |
# File 'sig/types.rbs', line 5231 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5230 5231 5232 |
# File 'sig/types.rbs', line 5230 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5229 5230 5231 |
# File 'sig/types.rbs', line 5229 def next_token @next_token end |