Class: Aws::Types::CanarySettings

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def deployment_id
  @deployment_id
end

#percent_traffic::Float

Returns the value of attribute percent_traffic.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def percent_traffic
  @percent_traffic
end

#stage_variable_overrides::Hash[::String, ::String]

Returns the value of attribute stage_variable_overrides.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def stage_variable_overrides
  @stage_variable_overrides
end

#use_stage_cacheBoolean

Returns the value of attribute use_stage_cache.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def use_stage_cache
  @use_stage_cache
end