Class: Aws::Types::DescribeCapacityReservationFleetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityReservationFleetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_fleet_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_fleet_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_fleet_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_fleet_ids.
5613 5614 5615 |
# File 'sig/types.rbs', line 5613 def capacity_reservation_fleet_ids @capacity_reservation_fleet_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5617 5618 5619 |
# File 'sig/types.rbs', line 5617 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5616 5617 5618 |
# File 'sig/types.rbs', line 5616 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5615 5616 5617 |
# File 'sig/types.rbs', line 5615 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5614 5615 5616 |
# File 'sig/types.rbs', line 5614 def next_token @next_token end |