Class: Aws::LookoutMetrics::Types::CreateAlertResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_arnString

The ARN of the alert.

Returns:

  • (String)


719
720
721
722
723
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 719

class CreateAlertResponse < Struct.new(
  :alert_arn)
  SENSITIVE = []
  include Aws::Structure
end