Class: Aws::Macie2::Types::GetResourceProfileResponse

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

Instance Attribute Details

#profile_updated_atTime

Returns:

  • (Time)


3332
3333
3334
3335
3336
3337
3338
3339
# File 'gems/aws-sdk-macie2/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_scoreInteger

Returns:

  • (Integer)


3332
3333
3334
3335
3336
3337
3338
3339
# File 'gems/aws-sdk-macie2/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_overriddenBoolean

Returns:

  • (Boolean)


3332
3333
3334
3335
3336
3337
3338
3339
# File 'gems/aws-sdk-macie2/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

#statisticsTypes::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 'gems/aws-sdk-macie2/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