Class: Aws::Types::PutAutoScalingPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutAutoScalingPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_policy ⇒ Types::AutoScalingPolicy
Returns the value of attribute auto_scaling_policy.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
Instance Attribute Details
#auto_scaling_policy ⇒ Types::AutoScalingPolicy
Returns the value of attribute auto_scaling_policy.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def auto_scaling_policy @auto_scaling_policy end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def cluster_id @cluster_id end |
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def instance_group_id @instance_group_id end |