Class: Aws::Synthetics::Types::CanaryDryRunConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryDryRunConfigOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Returns the dry run configurations set for a canary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run_id ⇒ String
The DryRunId associated with an existing canary’s dry run.
Instance Attribute Details
#dry_run_id ⇒ String
The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.
402 403 404 405 406 |
# File 'lib/aws-sdk-synthetics/types.rb', line 402 class CanaryDryRunConfigOutput < Struct.new( :dry_run_id) SENSITIVE = [] include Aws::Structure end |