Class: Aws::Types::SetDesiredCapacityType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:

  • (::Integer)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def desired_capacity
  @desired_capacity
end

#honor_cooldownBoolean

Returns the value of attribute honor_cooldown.

Returns:

  • (Boolean)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def honor_cooldown
  @honor_cooldown
end