Class: Aws::Types::DeploymentCanarySettings
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentCanarySettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#percent_traffic ⇒ ::Float
Returns the value of attribute percent_traffic.
-
#stage_variable_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variable_overrides.
-
#use_stage_cache ⇒ Boolean
Returns the value of attribute use_stage_cache.
Instance Attribute Details
#percent_traffic ⇒ ::Float
Returns the value of attribute percent_traffic.
440 441 442 |
# File 'sig/types.rbs', line 440 def percent_traffic @percent_traffic end |
#stage_variable_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variable_overrides.
441 442 443 |
# File 'sig/types.rbs', line 441 def stage_variable_overrides @stage_variable_overrides end |
#use_stage_cache ⇒ Boolean
Returns the value of attribute use_stage_cache.
442 443 444 |
# File 'sig/types.rbs', line 442 def use_stage_cache @use_stage_cache end |