Class: Aws::Types::InstanceGroupScalingMetadata
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupScalingMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#min_count ⇒ ::Integer
Returns the value of attribute min_count.
-
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
Instance Attribute Details
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
6764 6765 6766 |
# File 'sig/types.rbs', line 6764 def @failure_message end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def instance_count @instance_count end |
#min_count ⇒ ::Integer
Returns the value of attribute min_count.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def min_count @min_count end |
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def target_count @target_count end |