Class: Aws::Types::AwsElbLbCookieStickinessPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AwsElbLbCookieStickinessPolicy
- 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.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def @cookie_expiration_period end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def policy_name @policy_name end |