Class: Aws::Types::GetCapacityReservationUsageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_instance_count::Integer

Returns the value of attribute available_instance_count.

Returns:

  • (::Integer)


9993
9994
9995
# File 'sig/types.rbs', line 9993

def available_instance_count
  @available_instance_count
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


9990
9991
9992
# File 'sig/types.rbs', line 9990

def capacity_reservation_id
  @capacity_reservation_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


9991
9992
9993
# File 'sig/types.rbs', line 9991

def instance_type
  @instance_type
end

#instance_usages::Array[Types::InstanceUsage]

Returns the value of attribute instance_usages.

Returns:



9995
9996
9997
# File 'sig/types.rbs', line 9995

def instance_usages
  @instance_usages
end

#interruptibleBoolean

Returns the value of attribute interruptible.

Returns:

  • (Boolean)


9996
9997
9998
# File 'sig/types.rbs', line 9996

def interruptible
  @interruptible
end

#interruptible_capacity_allocationTypes::InterruptibleCapacityAllocation

Returns the value of attribute interruptible_capacity_allocation.



9997
9998
9999
# File 'sig/types.rbs', line 9997

def interruptible_capacity_allocation
  @interruptible_capacity_allocation
end

#interruption_infoTypes::InterruptionInfo

Returns the value of attribute interruption_info.



9998
9999
10000
# File 'sig/types.rbs', line 9998

def interruption_info
  @interruption_info
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9989
9990
9991
# File 'sig/types.rbs', line 9989

def next_token
  @next_token
end

#state"active", ...

Returns the value of attribute state.

Returns:

  • ("active", "expired", "cancelled", "pending", "failed", "scheduled", "payment-pending", "payment-failed", "assessing", "delayed", "unsupported", "cancelling", "unavailable")


9994
9995
9996
# File 'sig/types.rbs', line 9994

def state
  @state
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


9992
9993
9994
# File 'sig/types.rbs', line 9992

def total_instance_count
  @total_instance_count
end