Method: Aws::APIGateway::Types::CanarySettings#percent_traffic
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #percent_traffic ⇒ Float
The percent (0-100) of traffic diverted to a canary deployment.
520 521 522 523 524 525 526 527 |
# File 'lib/aws-sdk-apigateway/types.rb', line 520 class CanarySettings < Struct.new( :percent_traffic, :deployment_id, :stage_variable_overrides, :use_stage_cache) SENSITIVE = [] include Aws::Structure end |