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