Class: Aws::Types::CreateLBCookieStickinessPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLBCookieStickinessPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookie_expiration_period ⇒ ::Integer
Returns the value of attribute cookie_expiration_period.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#cookie_expiration_period ⇒ ::Integer
Returns the value of attribute cookie_expiration_period.
136 137 138 |
# File 'sig/types.rbs', line 136 def @cookie_expiration_period end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
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.
135 136 137 |
# File 'sig/types.rbs', line 135 def policy_name @policy_name end |