Class: Aws::Synthetics::Types::StartCanaryDryRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_run_configTypes::DryRunConfigOutput

Returns the dry run configurations for a canary.



2207
2208
2209
2210
2211
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2207

class StartCanaryDryRunResponse < Struct.new(
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end