Class: Aws::Macie2::Types::GetFindingsFilterResponse

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

Overview

Provides information about the criteria and other settings for a findings filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action to perform on findings that match the filter criteria. To suppress (automatically archive) findings that match the criteria, set this value to ARCHIVE. Valid values are:

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#finding_criteriaTypes::FindingCriteria

Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.



2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#positionInteger

Returns:

  • (Integer)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Returns:

  • (Hash<String,String>)


2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2970

class GetFindingsFilterResponse < Struct.new(
  :action,
  :arn,
  :description,
  :finding_criteria,
  :id,
  :name,
  :position,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end