Class: Aws::Types::TrafficConfig
- Inherits:
-
Object
- Object
- Aws::Types::TrafficConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#single_header_config ⇒ Types::ContinuousDeploymentSingleHeaderConfig
Returns the value of attribute single_header_config.
-
#single_weight_config ⇒ Types::ContinuousDeploymentSingleWeightConfig
Returns the value of attribute single_weight_config.
-
#type ⇒ "SingleWeight", "SingleHeader"
Returns the value of attribute type.
Instance Attribute Details
#single_header_config ⇒ Types::ContinuousDeploymentSingleHeaderConfig
Returns the value of attribute single_header_config.
3806 3807 3808 |
# File 'sig/types.rbs', line 3806 def single_header_config @single_header_config end |
#single_weight_config ⇒ Types::ContinuousDeploymentSingleWeightConfig
Returns the value of attribute single_weight_config.
3805 3806 3807 |
# File 'sig/types.rbs', line 3805 def single_weight_config @single_weight_config end |
#type ⇒ "SingleWeight", "SingleHeader"
Returns the value of attribute type.
3807 3808 3809 |
# File 'sig/types.rbs', line 3807 def type @type end |