Class: Aws::CloudWatchOmni::Types::GetAlertOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetAlertOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert ⇒ Types::Alert
The full alert entity.
Instance Attribute Details
#alert ⇒ Types::Alert
The full alert entity.
2050 2051 2052 2053 2054 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2050 class GetAlertOutput < Struct.new( :alert) SENSITIVE = [] include Aws::Structure end |