Class: Aws::Synthetics::Types::DryRunConfigOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dry_run_idString

The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
# File 'lib/aws-sdk-synthetics/types.rb', line 1265

class DryRunConfigOutput < Struct.new(
  :dry_run_id,
  :last_dry_run_execution_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_dry_run_execution_statusString

Returns the last execution status for a canary’s dry run.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
# File 'lib/aws-sdk-synthetics/types.rb', line 1265

class DryRunConfigOutput < Struct.new(
  :dry_run_id,
  :last_dry_run_execution_status)
  SENSITIVE = []
  include Aws::Structure
end