Class: Aws::CloudWatchLogs::Types::ListAnomaliesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaliesArray<Types::Anomaly>

An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.

Returns:



2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2751

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

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2751

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