Class: Aws::Types::TargetGroupStickinessConfig
- Inherits:
-
Object
- Object
- Aws::Types::TargetGroupStickinessConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def duration_seconds @duration_seconds end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def enabled @enabled end |