You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::Finding

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides the details of a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)

#archivedBoolean

Returns:

  • (Boolean)

#categoryString

The category of the finding. Valid values are:

Possible values:

  • CLASSIFICATION
  • POLICY

Returns:

  • (String)

    The category of the finding.

#classification_detailsTypes::ClassificationDetails

Provides information about a sensitive data finding, including the classification job that produced the finding.

Returns:

  • (Types::ClassificationDetails)

    Provides information about a sensitive data finding, including the classification job that produced the finding.

    .

#countInteger

Returns:

  • (Integer)

#created_atTime

Returns:

  • (Time)

#descriptionString

Returns:

  • (String)

#idString

Returns:

  • (String)

#partitionString

Returns:

  • (String)

#policy_detailsTypes::PolicyDetails

Provides the details of a policy finding.

Returns:

#regionString

Returns:

  • (String)

#resources_affectedTypes::ResourcesAffected

Provides information about the resources that a finding applies to.

Returns:

#sampleBoolean

Returns:

  • (Boolean)

#schema_versionString

Returns:

  • (String)

#severityTypes::Severity

Provides the numerical and qualitative representations of a finding's severity.

Returns:

  • (Types::Severity)

    Provides the numerical and qualitative representations of a finding's severity.

    .

#titleString

Returns:

  • (String)

#typeString

The type of finding. For details about each type, see Types of Amazon Macie findings in the Amazon Macie User Guide. Valid values are:

Possible values:

  • SensitiveData:S3Object/Multiple
  • SensitiveData:S3Object/Financial
  • SensitiveData:S3Object/Personal
  • SensitiveData:S3Object/Credentials
  • SensitiveData:S3Object/CustomIdentifier
  • Policy:IAMUser/S3BucketPublic
  • Policy:IAMUser/S3BucketSharedExternally
  • Policy:IAMUser/S3BucketReplicatedExternally
  • Policy:IAMUser/S3BucketEncryptionDisabled
  • Policy:IAMUser/S3BlockPublicAccessDisabled

Returns:

  • (String)

    The type of finding.

#updated_atTime

Returns:

  • (Time)