Class: Aws::Types::AutoScalingGroupConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"Prioritized", "LowestPrice"

Returns the value of attribute allocation_strategy.

Returns:

  • ("Prioritized", "LowestPrice")


29
30
31
# File 'sig/types.rbs', line 29

def allocation_strategy
  @allocation_strategy
end

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:

  • (::Integer)


25
26
27
# File 'sig/types.rbs', line 25

def desired_capacity
  @desired_capacity
end

#estimated_instance_hour_reduction_percentage::Float

Returns the value of attribute estimated_instance_hour_reduction_percentage.

Returns:

  • (::Float)


30
31
32
# File 'sig/types.rbs', line 30

def estimated_instance_hour_reduction_percentage
  @estimated_instance_hour_reduction_percentage
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def instance_type
  @instance_type
end

#max_size::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


27
28
29
# File 'sig/types.rbs', line 27

def max_size
  @max_size
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


26
27
28
# File 'sig/types.rbs', line 26

def min_size
  @min_size
end

#mixed_instance_types::Array[::String]

Returns the value of attribute mixed_instance_types.

Returns:

  • (::Array[::String])


32
33
34
# File 'sig/types.rbs', line 32

def mixed_instance_types
  @mixed_instance_types
end

#type"SingleInstanceType", "MixedInstanceTypes"

Returns the value of attribute type.

Returns:

  • ("SingleInstanceType", "MixedInstanceTypes")


31
32
33
# File 'sig/types.rbs', line 31

def type
  @type
end