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)


10100
10101
10102
# File 'sig/types.rbs', line 10100

def available_instance_count
  @available_instance_count
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


10097
10098
10099
# File 'sig/types.rbs', line 10097

def capacity_reservation_id
  @capacity_reservation_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


10098
10099
10100
# File 'sig/types.rbs', line 10098

def instance_type
  @instance_type
end

#instance_usages::Array[Types::InstanceUsage]

Returns the value of attribute instance_usages.

Returns:



10102
10103
10104
# File 'sig/types.rbs', line 10102

def instance_usages
  @instance_usages
end

#interruptibleBoolean

Returns the value of attribute interruptible.

Returns:

  • (Boolean)


10103
10104
10105
# File 'sig/types.rbs', line 10103

def interruptible
  @interruptible
end

#interruptible_capacity_allocationTypes::InterruptibleCapacityAllocation

Returns the value of attribute interruptible_capacity_allocation.



10104
10105
10106
# File 'sig/types.rbs', line 10104

def interruptible_capacity_allocation
  @interruptible_capacity_allocation
end

#interruption_infoTypes::InterruptionInfo

Returns the value of attribute interruption_info.



10105
10106
10107
# File 'sig/types.rbs', line 10105

def interruption_info
  @interruption_info
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10096
10097
10098
# File 'sig/types.rbs', line 10096

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


10101
10102
10103
# File 'sig/types.rbs', line 10101

def state
  @state
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


10099
10100
10101
# File 'sig/types.rbs', line 10099

def total_instance_count
  @total_instance_count
end