Class: Aws::CloudWatchOmni::Types::DeleteAlertInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::DeleteAlertInput
- 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 delete.
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#alert_id ⇒ String
The alert to delete.
1446 1447 1448 1449 1450 1451 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1446 class DeleteAlertInput < Struct.new( :space_id, :alert_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space.
1446 1447 1448 1449 1450 1451 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1446 class DeleteAlertInput < Struct.new( :space_id, :alert_id) SENSITIVE = [] include Aws::Structure end |