Class: Aws::Types::TrafficConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#single_header_configTypes::ContinuousDeploymentSingleHeaderConfig

Returns the value of attribute single_header_config.

Returns:



3806
3807
3808
# File 'sig/types.rbs', line 3806

def single_header_config
  @single_header_config
end

#single_weight_configTypes::ContinuousDeploymentSingleWeightConfig

Returns the value of attribute single_weight_config.

Returns:



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.

Returns:



3807
3808
3809
# File 'sig/types.rbs', line 3807

def type
  @type
end