Class: Aws::Types::EndpointConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_arn::String

Returns the value of attribute attachment_arn.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def attachment_arn
  @attachment_arn
end

#client_ip_preservation_enabledBoolean

Returns the value of attribute client_ip_preservation_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def endpoint_id
  @endpoint_id
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


483
484
485
# File 'sig/types.rbs', line 483

def weight
  @weight
end