Class: Aws::Types::ModifyCapacityReservationFleetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_fleet_id::String

Returns the value of attribute capacity_reservation_fleet_id.

Returns:

  • (::String)


13862
13863
13864
# File 'sig/types.rbs', line 13862

def capacity_reservation_fleet_id
  @capacity_reservation_fleet_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13865
13866
13867
# File 'sig/types.rbs', line 13865

def dry_run
  @dry_run
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


13864
13865
13866
# File 'sig/types.rbs', line 13864

def end_date
  @end_date
end

#remove_end_dateBoolean

Returns the value of attribute remove_end_date.

Returns:

  • (Boolean)


13866
13867
13868
# File 'sig/types.rbs', line 13866

def remove_end_date
  @remove_end_date
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


13863
13864
13865
# File 'sig/types.rbs', line 13863

def total_target_capacity
  @total_target_capacity
end