Method: Aws::APIGateway::Types::CanarySettings#deployment_id

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

#deployment_idString

The ID of the canary deployment.

Returns:

  • (String)

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