Class: Aws::Types::CreateAppCookieStickinessPolicyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute cookie_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def cookie_name
  @cookie_name
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def load_balancer_name
  @load_balancer_name
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def policy_name
  @policy_name
end