Class: Aws::Types::DescribeTargetHealthInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTargetHealthInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include ⇒ ::Array[("AnomalyDetection" | "All")]
Returns the value of attribute include.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
-
#targets ⇒ ::Array[Types::TargetDescription]
Returns the value of attribute targets.
Instance Attribute Details
#include ⇒ ::Array[("AnomalyDetection" | "All")]
Returns the value of attribute include.
454 455 456 |
# File 'sig/types.rbs', line 454 def include @include end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def target_group_arn @target_group_arn end |
#targets ⇒ ::Array[Types::TargetDescription]
Returns the value of attribute targets.
453 454 455 |
# File 'sig/types.rbs', line 453 def targets @targets end |