Class: Aws::Types::EndpointDescription
- Inherits:
-
Object
- Object
- Aws::Types::EndpointDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ip_preservation_enabled ⇒ Boolean
Returns the value of attribute client_ip_preservation_enabled.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#health_reason ⇒ ::String
Returns the value of attribute health_reason.
-
#health_state ⇒ "INITIAL", ...
Returns the value of attribute health_state.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#client_ip_preservation_enabled ⇒ Boolean
Returns the value of attribute client_ip_preservation_enabled.
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.
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.
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.
492 493 494 |
# File 'sig/types.rbs', line 492 def health_state @health_state end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
491 492 493 |
# File 'sig/types.rbs', line 491 def weight @weight end |