Class: Aws::DevOpsGuru::Types::ListAnomaliesForInsightFilters

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

Overview

Specifies one or more service names that are used to list anomalies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_collectionTypes::ServiceCollection

A collection of the names of Amazon Web Services services.



1566
1567
1568
1569
1570
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1566

class ListAnomaliesForInsightFilters < Struct.new(
  :service_collection)
  SENSITIVE = []
  include Aws::Structure
end