Class: Aws::ApplicationSignals::Types::CanaryEntity

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

Overview

Represents a CloudWatch Synthetics canary that can be audited for performance and configuration issues.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canary_nameString

The name of the CloudWatch Synthetics canary.

Returns:

  • (String)


376
377
378
379
380
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 376

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