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)


674
675
676
# File 'sig/types.rbs', line 674

def auto_scaling_group_name
  @auto_scaling_group_name
end

#breach_threshold::Float

Returns the value of attribute breach_threshold.

Returns:

  • (::Float)


678
679
680
# File 'sig/types.rbs', line 678

def breach_threshold
  @breach_threshold
end

#honor_cooldownBoolean

Returns the value of attribute honor_cooldown.

Returns:

  • (Boolean)


676
677
678
# File 'sig/types.rbs', line 676

def honor_cooldown
  @honor_cooldown
end

#metric_value::Float

Returns the value of attribute metric_value.

Returns:

  • (::Float)


677
678
679
# File 'sig/types.rbs', line 677

def metric_value
  @metric_value
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def policy_name
  @policy_name
end