Class: Aws::Types::CreateLBCookieStickinessPolicyInput

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_expiration_period.

Returns:

  • (::Integer)


136
137
138
# File 'sig/types.rbs', line 136

def cookie_expiration_period
  @cookie_expiration_period
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def load_balancer_name
  @load_balancer_name
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def policy_name
  @policy_name
end