Class: Aws::Types::DeleteScalingPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteScalingPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def policy_name @policy_name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
42 43 44 |
# File 'sig/types.rbs', line 42 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
40 41 42 |
# File 'sig/types.rbs', line 40 def service_namespace @service_namespace end |