AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetFindingsFilter operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Macie2.Model.GetFindingsFilterResponse

Namespace: Amazon.Macie2.Model
Assembly: AWSSDK.Macie2.dll
Version: 3.x.y.z

Syntax

C#
public class GetFindingsFilterResponse : AmazonWebServiceResponse

The GetFindingsFilterResponse type exposes the following members

Constructors

NameDescription
Public Method GetFindingsFilterResponse()

Properties

NameTypeDescription
Public Property Action Amazon.Macie2.FindingsFilterAction

Gets and sets the property Action.

The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the filter.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Description System.String

Gets and sets the property Description.

The custom description of the filter.

Public Property FindingCriteria Amazon.Macie2.Model.FindingCriteria

Gets and sets the property FindingCriteria.

The criteria that's used to filter findings.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the filter.

Public Property Name System.String

Gets and sets the property Name.

The custom name of the filter.

Public Property Position System.Int32

Gets and sets the property Position.

The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5