Class: Aws::Macie2::Types::GetResourceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetResourceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides sensitive data discovery statistics and the sensitivity score for an S3 bucket that Amazon Macie monitors and analyzes for an account. This data is available only if automated sensitive data discovery has been enabled for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #profile_updated_at ⇒ Time
- #sensitivity_score ⇒ Integer
- #sensitivity_score_overridden ⇒ Boolean
-
#statistics ⇒ Types::ResourceStatistics
Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for an account, if automated sensitive data discovery has been enabled for the account.
Instance Attribute Details
#profile_updated_at ⇒ Time
3332 3333 3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-macie2/types.rb', line 3332 class GetResourceProfileResponse < Struct.new( :profile_updated_at, :sensitivity_score, :sensitivity_score_overridden, :statistics) SENSITIVE = [] include Aws::Structure end |
#sensitivity_score ⇒ Integer
3332 3333 3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-macie2/types.rb', line 3332 class GetResourceProfileResponse < Struct.new( :profile_updated_at, :sensitivity_score, :sensitivity_score_overridden, :statistics) SENSITIVE = [] include Aws::Structure end |
#sensitivity_score_overridden ⇒ Boolean
3332 3333 3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-macie2/types.rb', line 3332 class GetResourceProfileResponse < Struct.new( :profile_updated_at, :sensitivity_score, :sensitivity_score_overridden, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::ResourceStatistics
Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for an account, if automated sensitive data discovery has been enabled for the account. The data captures the results of automated sensitive data discovery activities that Macie has performed for the bucket.
3332 3333 3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-macie2/types.rb', line 3332 class GetResourceProfileResponse < Struct.new( :profile_updated_at, :sensitivity_score, :sensitivity_score_overridden, :statistics) SENSITIVE = [] include Aws::Structure end |