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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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.



2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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.



2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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.



2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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:



2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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:

Returns:

  • (String)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2316

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