Class: Aws::Types::UpdateInterruptibleCapacityReservationAllocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


18455
18456
18457
# File 'sig/types.rbs', line 18455

def capacity_reservation_id
  @capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


18457
18458
18459
# File 'sig/types.rbs', line 18457

def dry_run
  @dry_run
end

#target_instance_count::Integer

Returns the value of attribute target_instance_count.

Returns:

  • (::Integer)


18456
18457
18458
# File 'sig/types.rbs', line 18456

def target_instance_count
  @target_instance_count
end