Class: Aws::Types::TargetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def id
  @id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def port
  @port
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def reason_code
  @reason_code
end

#status"DRAINING", ...

Returns the value of attribute status.

Returns:

  • ("DRAINING", "UNAVAILABLE", "HEALTHY", "UNHEALTHY", "INITIAL", "UNUSED")


1441
1442
1443
# File 'sig/types.rbs', line 1441

def status
  @status
end