Class: Aws::Types::ComputeLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_capacity_units::Integer

Returns the value of attribute maximum_capacity_units.

Returns:

  • (::Integer)


243
244
245
# File 'sig/types.rbs', line 243

def maximum_capacity_units
  @maximum_capacity_units
end

#maximum_core_capacity_units::Integer

Returns the value of attribute maximum_core_capacity_units.

Returns:

  • (::Integer)


245
246
247
# File 'sig/types.rbs', line 245

def maximum_core_capacity_units
  @maximum_core_capacity_units
end

#maximum_on_demand_capacity_units::Integer

Returns the value of attribute maximum_on_demand_capacity_units.

Returns:

  • (::Integer)


244
245
246
# File 'sig/types.rbs', line 244

def maximum_on_demand_capacity_units
  @maximum_on_demand_capacity_units
end

#minimum_capacity_units::Integer

Returns the value of attribute minimum_capacity_units.

Returns:

  • (::Integer)


242
243
244
# File 'sig/types.rbs', line 242

def minimum_capacity_units
  @minimum_capacity_units
end

#unit_type"InstanceFleetUnits", ...

Returns the value of attribute unit_type.

Returns:

  • ("InstanceFleetUnits", "Instances", "VCPU")


241
242
243
# File 'sig/types.rbs', line 241

def unit_type
  @unit_type
end