Method: Aws::APIGateway::Types::CanarySettings#deployment_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#deployment_id ⇒ String
The ID of the 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 |