Method: Aws::SecurityHub::Types::AwsApiGatewayCanarySettings#percent_traffic

Defined in:
lib/aws-sdk-securityhub/types.rb

#percent_trafficFloat

The percentage of traffic that is diverted to a canary deployment.

Returns:

  • (Float)


1662
1663
1664
1665
1666
1667
1668
1669
# File 'lib/aws-sdk-securityhub/types.rb', line 1662

class AwsApiGatewayCanarySettings < Struct.new(
  :percent_traffic,
  :deployment_id,
  :stage_variable_overrides,
  :use_stage_cache)
  SENSITIVE = []
  include Aws::Structure
end