Class: Aws::Types::TargetHealth

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



1146
1147
1148
# File 'sig/types.rbs', line 1146

def description
  @description
end

#reason"Elb.RegistrationInProgress", ...

Returns the value of attribute reason.

Returns:



1145
1146
1147
# File 'sig/types.rbs', line 1145

def reason
  @reason
end

#state"initial", ...

Returns the value of attribute state.

Returns:



1144
1145
1146
# File 'sig/types.rbs', line 1144

def state
  @state
end