Class: Aws::Types::UpdateInterruptibleCapacityReservationAllocationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


19130
19131
19132
# File 'sig/types.rbs', line 19130

def instance_count
  @instance_count
end

#interruptible_capacity_reservation_id::String

Returns the value of attribute interruptible_capacity_reservation_id.

Returns:

  • (::String)


19128
19129
19130
# File 'sig/types.rbs', line 19128

def interruptible_capacity_reservation_id
  @interruptible_capacity_reservation_id
end

#interruption_type"adhoc"

Returns the value of attribute interruption_type.

Returns:

  • ("adhoc")


19133
19134
19135
# File 'sig/types.rbs', line 19133

def interruption_type
  @interruption_type
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


19129
19130
19131
# File 'sig/types.rbs', line 19129

def source_capacity_reservation_id
  @source_capacity_reservation_id
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "active", "updating", "canceling", "canceled", "failed")


19132
19133
19134
# File 'sig/types.rbs', line 19132

def status
  @status
end

#target_instance_count::Integer

Returns the value of attribute target_instance_count.

Returns:

  • (::Integer)


19131
19132
19133
# File 'sig/types.rbs', line 19131

def target_instance_count
  @target_instance_count
end