Class: Aws::Types::EndpointDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip_preservation_enabledBoolean

Returns the value of attribute client_ip_preservation_enabled.

Returns:

  • (Boolean)


494
495
496
# File 'sig/types.rbs', line 494

def client_ip_preservation_enabled
  @client_ip_preservation_enabled
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def endpoint_id
  @endpoint_id
end

#health_reason::String

Returns the value of attribute health_reason.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def health_reason
  @health_reason
end

#health_state"INITIAL", ...

Returns the value of attribute health_state.

Returns:

  • ("INITIAL", "HEALTHY", "UNHEALTHY")


492
493
494
# File 'sig/types.rbs', line 492

def health_state
  @health_state
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


491
492
493
# File 'sig/types.rbs', line 491

def weight
  @weight
end