Class: Aws::DevOpsGuru::Types::SearchInsightsFilters

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

Overview

Specifies values used to filter responses when searching for insights. You can use a ResourceCollection, ServiceCollection, array of severities, and an array of status values. Each filter type contains one or more values to search for. If you specify multiple filter types, the filter types are joined with an AND, and the request returns only results that match all of the specified filters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_collectionTypes::ResourceCollection

A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.



4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4046

class SearchInsightsFilters < Struct.new(
  :severities,
  :statuses,
  :resource_collection,
  :service_collection)
  SENSITIVE = []
  include Aws::Structure
end

#service_collectionTypes::ServiceCollection

A collection of the names of Amazon Web Services services.



4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4046

class SearchInsightsFilters < Struct.new(
  :severities,
  :statuses,
  :resource_collection,
  :service_collection)
  SENSITIVE = []
  include Aws::Structure
end

#severitiesArray<String>

An array of severity values used to search for insights.

Returns:

  • (Array<String>)


4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4046

class SearchInsightsFilters < Struct.new(
  :severities,
  :statuses,
  :resource_collection,
  :service_collection)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

An array of status values used to search for insights.

Returns:

  • (Array<String>)


4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4046

class SearchInsightsFilters < Struct.new(
  :severities,
  :statuses,
  :resource_collection,
  :service_collection)
  SENSITIVE = []
  include Aws::Structure
end