Class: Aws::CloudWatchLogs::Types::ListAnomaliesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListAnomaliesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomalies ⇒ Array<Types::Anomaly>
An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#anomalies ⇒ Array<Types::Anomaly>
An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.
3714 3715 3716 3717 3718 3719 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3714 class ListAnomaliesResponse < Struct.new( :anomalies, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
3714 3715 3716 3717 3718 3719 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3714 class ListAnomaliesResponse < Struct.new( :anomalies, :next_token) SENSITIVE = [] include Aws::Structure end |