Class: Aws::Types::ExecutePolicyType

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)


680
681
682
# File 'sig/types.rbs', line 680

def auto_scaling_group_name
  @auto_scaling_group_name
end

#breach_threshold::Float

Returns the value of attribute breach_threshold.

Returns:

  • (::Float)


684
685
686
# File 'sig/types.rbs', line 684

def breach_threshold
  @breach_threshold
end

#honor_cooldownBoolean

Returns the value of attribute honor_cooldown.

Returns:

  • (Boolean)


682
683
684
# File 'sig/types.rbs', line 682

def honor_cooldown
  @honor_cooldown
end

#metric_value::Float

Returns the value of attribute metric_value.

Returns:

  • (::Float)


683
684
685
# File 'sig/types.rbs', line 683

def metric_value
  @metric_value
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def policy_name
  @policy_name
end