Class: Aws::Types::CreateAppCookieStickinessPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppCookieStickinessPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookie_name ⇒ ::String
Returns the value of attribute cookie_name.
-
#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_name ⇒ ::String
Returns the value of attribute cookie_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
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.
125 126 127 |
# File 'sig/types.rbs', line 125 def policy_name @policy_name end |