Class: Aws::Types::InstanceCapacity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_capacity::Integer

Returns the value of attribute available_capacity.

Returns:

  • (::Integer)


11353
11354
11355
# File 'sig/types.rbs', line 11353

def available_capacity
  @available_capacity
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


11354
11355
11356
# File 'sig/types.rbs', line 11354

def instance_type
  @instance_type
end

#total_capacity::Integer

Returns the value of attribute total_capacity.

Returns:

  • (::Integer)


11355
11356
11357
# File 'sig/types.rbs', line 11355

def total_capacity
  @total_capacity
end