Class: Aws::Types::PutAutoScalingPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutAutoScalingPolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_policy ⇒ Types::AutoScalingPolicyDescription
Returns the value of attribute auto_scaling_policy.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#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::AutoScalingPolicyDescription
Returns the value of attribute auto_scaling_policy.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def auto_scaling_policy @auto_scaling_policy end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def cluster_arn @cluster_arn end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def cluster_id @cluster_id end |
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def instance_group_id @instance_group_id end |