Class: Aws::Types::PutManagedScalingPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutManagedScalingPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#managed_scaling_policy ⇒ Types::ManagedScalingPolicy
Returns the value of attribute managed_scaling_policy.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def cluster_id @cluster_id end |
#managed_scaling_policy ⇒ Types::ManagedScalingPolicy
Returns the value of attribute managed_scaling_policy.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def managed_scaling_policy @managed_scaling_policy end |