Class: Aws::Types::DescribeTargetHealthInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include::Array[("AnomalyDetection" | "All")]

Returns the value of attribute include.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def targets
  @targets
end