Class: Aws::LookoutMetrics::Types::ListAlertsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ListAlertsResponse
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert_summary_list ⇒ Array<Types::AlertSummary>
Contains information about an alert.
-
#next_token ⇒ String
If the response is truncated, the service returns this token.
Instance Attribute Details
#alert_summary_list ⇒ Array<Types::AlertSummary>
Contains information about an alert.
1953 1954 1955 1956 1957 1958 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1953 class ListAlertsResponse < Struct.new( :alert_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.
1953 1954 1955 1956 1957 1958 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1953 class ListAlertsResponse < Struct.new( :alert_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |