Class: Aws::LookoutMetrics::Types::DescribeAlertResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeAlertResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert ⇒ Types::Alert
Contains information about an alert.
Instance Attribute Details
#alert ⇒ Types::Alert
Contains information about an alert.
1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1000 class DescribeAlertResponse < Struct.new( :alert) SENSITIVE = [] include Aws::Structure end |