Class: Aws::Types::AppCookieStickinessPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AppCookieStickinessPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookie_name ⇒ ::String
Returns the value of attribute cookie_name.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#cookie_name ⇒ ::String
Returns the value of attribute cookie_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def @cookie_name end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def policy_name @policy_name end |