Class: Aws::Types::SessionStickinessConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#idle_ttl::Integer

Returns the value of attribute idle_ttl.

Returns:



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.

Returns:



3372
3373
3374
# File 'sig/types.rbs', line 3372

def maximum_ttl
  @maximum_ttl
end