Class: Aws::Types::TargetCapacitySpecificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_target_capacity_type"spot", ...

Returns the value of attribute default_target_capacity_type.

Returns:

  • ("spot", "on-demand", "capacity-block", "reserved-capacity")


17996
17997
17998
# File 'sig/types.rbs', line 17996

def default_target_capacity_type
  @default_target_capacity_type
end

#on_demand_target_capacity::Integer

Returns the value of attribute on_demand_target_capacity.

Returns:

  • (::Integer)


17994
17995
17996
# File 'sig/types.rbs', line 17994

def on_demand_target_capacity
  @on_demand_target_capacity
end

#spot_target_capacity::Integer

Returns the value of attribute spot_target_capacity.

Returns:

  • (::Integer)


17995
17996
17997
# File 'sig/types.rbs', line 17995

def spot_target_capacity
  @spot_target_capacity
end

#target_capacity_unit_type"vcpu", ...

Returns the value of attribute target_capacity_unit_type.

Returns:

  • ("vcpu", "memory-mib", "units")


17997
17998
17999
# File 'sig/types.rbs', line 17997

def target_capacity_unit_type
  @target_capacity_unit_type
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


17993
17994
17995
# File 'sig/types.rbs', line 17993

def total_target_capacity
  @total_target_capacity
end