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

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

Overview

Provides the details of a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#archivedBoolean

Returns:

  • (Boolean)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#categoryString

The category of the finding. Possible values are:

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#classification_detailsTypes::ClassificationDetails

Provides information about a sensitive data finding and the details of the finding.



2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

Returns:

  • (Integer)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns:

  • (Time)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#partitionString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_detailsTypes::PolicyDetails

Provides the details of a policy finding.



2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resources_affectedTypes::ResourcesAffected

Provides information about the resources that a finding applies to.



2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#sampleBoolean

Returns:

  • (Boolean)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#severityTypes::Severity

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

Returns:



2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

[1]: docs.aws.amazon.com/macie/latest/user/findings-types.html

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Returns:

  • (Time)


2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-macie2/types.rb', line 2411

class Finding < Struct.new(
  :account_id,
  :archived,
  :category,
  :classification_details,
  :count,
  :created_at,
  :description,
  :id,
  :partition,
  :policy_details,
  :region,
  :resources_affected,
  :sample,
  :schema_version,
  :severity,
  :title,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end