Class: Aws::Types::EndpointIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::EndpointIdentifier
- 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.
Instance Attribute Details
#client_ip_preservation_enabled ⇒ Boolean
Returns the value of attribute client_ip_preservation_enabled.
524 525 526 |
# File 'sig/types.rbs', line 524 def client_ip_preservation_enabled @client_ip_preservation_enabled end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
523 524 525 |
# File 'sig/types.rbs', line 523 def endpoint_id @endpoint_id end |