Class: Aws::CloudWatchOmni::Types::DeleteAlertInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_idString

The alert to delete.

Returns:

  • (String)


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_idString

The unique ID of the space.

Returns:

  • (String)


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