Class: Aws::Types::UpdateLoadBalancerAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name"HealthCheckPath", ...

Returns the value of attribute attribute_name.

Returns:

  • ("HealthCheckPath", "SessionStickinessEnabled", "SessionStickiness_LB_CookieDurationSeconds", "HttpsRedirectionEnabled", "TlsPolicyName")


3174
3175
3176
# File 'sig/types.rbs', line 3174

def attribute_name
  @attribute_name
end

#attribute_value::String

Returns the value of attribute attribute_value.

Returns:

  • (::String)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def attribute_value
  @attribute_value
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


3173
3174
3175
# File 'sig/types.rbs', line 3173

def load_balancer_name
  @load_balancer_name
end