Class: Aws::Types::EndpointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EndpointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
-
#client_ip_preservation_enabled ⇒ Boolean
Returns the value of attribute client_ip_preservation_enabled.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
485 486 487 |
# File 'sig/types.rbs', line 485 def @attachment_arn end |
#client_ip_preservation_enabled ⇒ Boolean
Returns the value of attribute client_ip_preservation_enabled.
484 485 486 |
# File 'sig/types.rbs', line 484 def client_ip_preservation_enabled @client_ip_preservation_enabled end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def endpoint_id @endpoint_id end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
483 484 485 |
# File 'sig/types.rbs', line 483 def weight @weight end |