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.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def arn @arn end |
#metric ⇒ ::String
Returns the value of attribute metric.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def metric @metric end |
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def policy_type @policy_type end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def status_reason @status_reason end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def target_value @target_value end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def updated_at @updated_at end |