Class: Aws::Macie2::Types::Finding
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Finding
- 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
- #account_id ⇒ String
- #archived ⇒ Boolean
-
#category ⇒ String
The category of the finding.
-
#classification_details ⇒ Types::ClassificationDetails
Provides information about a sensitive data finding and the details of the finding.
- #count ⇒ Integer
- #created_at ⇒ Time
- #description ⇒ String
- #id ⇒ String
- #partition ⇒ String
-
#policy_details ⇒ Types::PolicyDetails
Provides the details of a policy finding.
- #region ⇒ String
-
#resources_affected ⇒ Types::ResourcesAffected
Provides information about the resources that a finding applies to.
- #sample ⇒ Boolean
- #schema_version ⇒ String
-
#severity ⇒ Types::Severity
Provides the numerical and qualitative representations of a finding’s severity.
- #title ⇒ String
-
#type ⇒ String
The type of finding.
- #updated_at ⇒ Time
Instance Attribute Details
#account_id ⇒ 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 |
#archived ⇒ 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 |
#category ⇒ String
The category of the finding. Possible values are:
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_details ⇒ Types::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 |
#count ⇒ 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_at ⇒ 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 |
#description ⇒ 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 |
#id ⇒ 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 |
#partition ⇒ 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_details ⇒ Types::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 |
#region ⇒ 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_affected ⇒ Types::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 |
#sample ⇒ 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_version ⇒ 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 |
#severity ⇒ Types::Severity
Provides the numerical and qualitative representations of a finding’s severity.
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 |
#title ⇒ 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 |
#type ⇒ String
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
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_at ⇒ 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 |