Class: Aws::Types::KxScalingGroupConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu::Float

Returns the value of attribute cpu.

Returns:

  • (::Float)


807
808
809
# File 'sig/types.rbs', line 807

def cpu
  @cpu
end

#memory_limit::Integer

Returns the value of attribute memory_limit.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def memory_limit
  @memory_limit
end

#memory_reservation::Integer

Returns the value of attribute memory_reservation.

Returns:

  • (::Integer)


805
806
807
# File 'sig/types.rbs', line 805

def memory_reservation
  @memory_reservation
end

#node_count::Integer

Returns the value of attribute node_count.

Returns:

  • (::Integer)


806
807
808
# File 'sig/types.rbs', line 806

def node_count
  @node_count
end

#scaling_group_name::String

Returns the value of attribute scaling_group_name.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def scaling_group_name
  @scaling_group_name
end