Class: Aws::ApplicationSignals::Types::CanaryEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::CanaryEntity
- 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
-
#canary_name ⇒ String
The name of the CloudWatch Synthetics canary.
Instance Attribute Details
#canary_name ⇒ String
The name of the CloudWatch Synthetics canary.
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 |