Class: Aws::Types::ModifyCapacityReservationFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCapacityReservationFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#remove_end_date ⇒ Boolean
Returns the value of attribute remove_end_date.
-
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
Instance Attribute Details
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
13856 13857 13858 |
# File 'sig/types.rbs', line 13856 def capacity_reservation_fleet_id @capacity_reservation_fleet_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13859 13860 13861 |
# File 'sig/types.rbs', line 13859 def dry_run @dry_run end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
13858 13859 13860 |
# File 'sig/types.rbs', line 13858 def end_date @end_date end |
#remove_end_date ⇒ Boolean
Returns the value of attribute remove_end_date.
13860 13861 13862 |
# File 'sig/types.rbs', line 13860 def remove_end_date @remove_end_date end |
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
13857 13858 13859 |
# File 'sig/types.rbs', line 13857 def total_target_capacity @total_target_capacity end |