Class: Aws::Types::TargetHealthDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_overrideTypes::AdministrativeOverride

Returns the value of attribute administrative_override.

Returns:



1155
1156
1157
# File 'sig/types.rbs', line 1155

def administrative_override
  @administrative_override
end

#anomaly_detectionTypes::AnomalyDetection

Returns the value of attribute anomaly_detection.

Returns:



1154
1155
1156
# File 'sig/types.rbs', line 1154

def anomaly_detection
  @anomaly_detection
end

#health_check_port::String

Returns the value of attribute health_check_port.

Returns:



1152
1153
1154
# File 'sig/types.rbs', line 1152

def health_check_port
  @health_check_port
end

#targetTypes::TargetDescription

Returns the value of attribute target.

Returns:



1151
1152
1153
# File 'sig/types.rbs', line 1151

def target
  @target
end

#target_healthTypes::TargetHealth

Returns the value of attribute target_health.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def target_health
  @target_health
end