Class: Aws::Types::SessionStickinessConfig
- Inherits:
-
Object
- Object
- Aws::Types::SessionStickinessConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idle_ttl ⇒ ::Integer
Returns the value of attribute idle_ttl.
-
#maximum_ttl ⇒ ::Integer
Returns the value of attribute maximum_ttl.
Instance Attribute Details
#idle_ttl ⇒ ::Integer
Returns the value of attribute idle_ttl.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def idle_ttl @idle_ttl end |
#maximum_ttl ⇒ ::Integer
Returns the value of attribute maximum_ttl.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def maximum_ttl @maximum_ttl end |