Class: Aws::Types::AwsApiGatewayCanarySettings

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:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def deployment_id
  @deployment_id
end

#percent_traffic::Float

Returns the value of attribute percent_traffic.

Returns:

  • (::Float)


398
399
400
# File 'sig/types.rbs', line 398

def percent_traffic
  @percent_traffic
end

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

Returns the value of attribute stage_variable_overrides.

Returns:

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


400
401
402
# File 'sig/types.rbs', line 400

def stage_variable_overrides
  @stage_variable_overrides
end

#use_stage_cacheBoolean

Returns the value of attribute use_stage_cache.

Returns:

  • (Boolean)


401
402
403
# File 'sig/types.rbs', line 401

def use_stage_cache
  @use_stage_cache
end