Class: Aws::Types::ContinuousDeploymentSingleWeightConfig
- Inherits:
-
Object
- Object
- Aws::Types::ContinuousDeploymentSingleWeightConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_stickiness_config ⇒ Types::SessionStickinessConfig
Returns the value of attribute session_stickiness_config.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#session_stickiness_config ⇒ Types::SessionStickinessConfig
Returns the value of attribute session_stickiness_config.
449 450 451 |
# File 'sig/types.rbs', line 449 def session_stickiness_config @session_stickiness_config end |
#weight ⇒ ::Float
Returns the value of attribute weight.
448 449 450 |
# File 'sig/types.rbs', line 448 def weight @weight end |