Class: Aws::CloudWatchOmni::Types::GetAlertInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetAlertInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert_id ⇒ String
The alert to retrieve.
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#alert_id ⇒ String
The alert to retrieve.
2037 2038 2039 2040 2041 2042 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2037 class GetAlertInput < Struct.new( :space_id, :alert_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space.
2037 2038 2039 2040 2041 2042 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2037 class GetAlertInput < Struct.new( :space_id, :alert_id) SENSITIVE = [] include Aws::Structure end |