Class: Aws::Types::LBCookieStickinessPolicy
- Inherits:
-
Object
- Object
- Aws::Types::LBCookieStickinessPolicy
- 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.
-
#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.
347 348 349 |
# File 'sig/types.rbs', line 347 def end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
346 347 348 |
# File 'sig/types.rbs', line 346 def policy_name @policy_name end |