Class: Aws::Synthetics::Types::CanaryRunConfigOutput

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

Overview

A structure that contains information about a canary run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_tracingBoolean

Displays whether this canary run used active X-Ray tracing.

Returns:

  • (Boolean)


460
461
462
463
464
465
466
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 460

class CanaryRunConfigOutput < Struct.new(
  :timeout_in_seconds,
  :memory_in_mb,
  :active_tracing)
  SENSITIVE = []
  include Aws::Structure
end

#memory_in_mbInteger

The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.

Returns:

  • (Integer)


460
461
462
463
464
465
466
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 460

class CanaryRunConfigOutput < Struct.new(
  :timeout_in_seconds,
  :memory_in_mb,
  :active_tracing)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_in_secondsInteger

How long the canary is allowed to run before it must stop.

Returns:

  • (Integer)


460
461
462
463
464
465
466
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 460

class CanaryRunConfigOutput < Struct.new(
  :timeout_in_seconds,
  :memory_in_mb,
  :active_tracing)
  SENSITIVE = []
  include Aws::Structure
end