Class: Aws::Types::GetCapacityReservationUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCapacityReservationUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
10094 10095 10096 |
# File 'sig/types.rbs', line 10094 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10097 10098 10099 |
# File 'sig/types.rbs', line 10097 def dry_run @dry_run end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10096 10097 10098 |
# File 'sig/types.rbs', line 10096 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10095 10096 10097 |
# File 'sig/types.rbs', line 10095 def next_token @next_token end |