Class: Aws::DevOpsGuru::Types::SearchOrganizationInsightsFilters

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

Overview

Filters you can use to specify which events are returned when ListEvents is called.

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.



4144
4145
4146
4147
4148
4149
4150
4151
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4144

class SearchOrganizationInsightsFilters < 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.



4144
4145
4146
4147
4148
4149
4150
4151
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4144

class SearchOrganizationInsightsFilters < 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>)


4144
4145
4146
4147
4148
4149
4150
4151
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4144

class SearchOrganizationInsightsFilters < 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>)


4144
4145
4146
4147
4148
4149
4150
4151
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4144

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