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)


9768
9769
9770
# File 'sig/types.rbs', line 9768

def available_instance_count
  @available_instance_count
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


9765
9766
9767
# File 'sig/types.rbs', line 9765

def capacity_reservation_id
  @capacity_reservation_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


9766
9767
9768
# File 'sig/types.rbs', line 9766

def instance_type
  @instance_type
end

#instance_usages::Array[Types::InstanceUsage]

Returns the value of attribute instance_usages.

Returns:



9770
9771
9772
# File 'sig/types.rbs', line 9770

def instance_usages
  @instance_usages
end

#interruptibleBoolean

Returns the value of attribute interruptible.

Returns:

  • (Boolean)


9771
9772
9773
# File 'sig/types.rbs', line 9771

def interruptible
  @interruptible
end

#interruptible_capacity_allocationTypes::InterruptibleCapacityAllocation

Returns the value of attribute interruptible_capacity_allocation.



9772
9773
9774
# File 'sig/types.rbs', line 9772

def interruptible_capacity_allocation
  @interruptible_capacity_allocation
end

#interruption_infoTypes::InterruptionInfo

Returns the value of attribute interruption_info.



9773
9774
9775
# File 'sig/types.rbs', line 9773

def interruption_info
  @interruption_info
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9764
9765
9766
# File 'sig/types.rbs', line 9764

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")


9769
9770
9771
# File 'sig/types.rbs', line 9769

def state
  @state
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


9767
9768
9769
# File 'sig/types.rbs', line 9767

def total_instance_count
  @total_instance_count
end