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.
6801 6802 6803 |
# File 'sig/types.rbs', line 6801 def deep_health_checks @deep_health_checks end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
6799 6800 6801 |
# File 'sig/types.rbs', line 6799 def instance_group_name @instance_group_name end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
6800 6801 6802 |
# File 'sig/types.rbs', line 6800 def instance_ids @instance_ids end |