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

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

Overview

A structure that contains identifying information for a CloudWatch Synthetics canary entity used in audit targeting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canary_nameString

The name of the CloudWatch Synthetics canary.

Returns:

  • (String)


384
385
386
387
388
# File 'lib/aws-sdk-applicationsignals/types.rb', line 384

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