Class: Aws::Types::InstanceGroupHealthCheckConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupHealthCheckConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute deep_health_checks.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute deep_health_checks.
6746 6747 6748 |
# File 'sig/types.rbs', line 6746 def deep_health_checks @deep_health_checks end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
6744 6745 6746 |
# File 'sig/types.rbs', line 6744 def instance_group_name @instance_group_name end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
6745 6746 6747 |
# File 'sig/types.rbs', line 6745 def instance_ids @instance_ids end |