Class: Aws::LookoutMetrics::Types::ListAlertsResponse

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_summary_listArray<Types::AlertSummary>

Contains information about an alert.

Returns:



1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1816

class ListAlertsResponse < Struct.new(
  :alert_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1816

class ListAlertsResponse < Struct.new(
  :alert_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end