Class: Aws::Types::DeploymentCanarySettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#percent_traffic::Float

Returns the value of attribute percent_traffic.

Returns:

  • (::Float)


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.

Returns:

  • (::Hash[::String, ::String])


441
442
443
# File 'sig/types.rbs', line 441

def stage_variable_overrides
  @stage_variable_overrides
end

#use_stage_cacheBoolean

Returns the value of attribute use_stage_cache.

Returns:

  • (Boolean)


442
443
444
# File 'sig/types.rbs', line 442

def use_stage_cache
  @use_stage_cache
end