Class: Aws::DevOpsGuru::Types::ListAnomalousLogGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomalous_log_groupsArray<Types::AnomalousLogGroup>

The list of Amazon CloudWatch log groups that are related to an insight.

Returns:



1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1680

class ListAnomalousLogGroupsResponse < Struct.new(
  :insight_id,
  :anomalous_log_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

The ID of the insight containing the log groups.

Returns:

  • (String)


1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1680

class ListAnomalousLogGroupsResponse < Struct.new(
  :insight_id,
  :anomalous_log_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1680

class ListAnomalousLogGroupsResponse < Struct.new(
  :insight_id,
  :anomalous_log_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end