Class: Aws::Types::ManagedApplicationAutoScalingPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ManagedApplicationAutoScalingPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def arn @arn end |
#metric ⇒ ::String
Returns the value of attribute metric.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def metric @metric end |
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def policy_type @policy_type end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def status_reason @status_reason end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def target_value @target_value end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def updated_at @updated_at end |