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

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

Overview

Provides the results of a query that retrieved sensitive data discovery statistics and the sensitivity score for an S3 bucket that Amazon Macie monitors and analyzes for your account. This data is available only if automated sensitive data discovery is currently enabled for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_updated_atTime

Returns:

  • (Time)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'lib/aws-sdk-macie2/types.rb', line 3231

class GetResourceProfileResponse < Struct.new(
  :profile_updated_at,
  :sensitivity_score,
  :sensitivity_score_overridden,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#sensitivity_scoreInteger

Returns:

  • (Integer)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'lib/aws-sdk-macie2/types.rb', line 3231

class GetResourceProfileResponse < Struct.new(
  :profile_updated_at,
  :sensitivity_score,
  :sensitivity_score_overridden,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#sensitivity_score_overriddenBoolean

Returns:

  • (Boolean)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'lib/aws-sdk-macie2/types.rb', line 3231

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 your account. The statistics capture the results of automated sensitive data discovery activities that Macie has performed for the bucket. The data is available only if automated sensitive data discovery is currently enabled for your account.



3231
3232
3233
3234
3235
3236
3237
3238
# File 'lib/aws-sdk-macie2/types.rb', line 3231

class GetResourceProfileResponse < Struct.new(
  :profile_updated_at,
  :sensitivity_score,
  :sensitivity_score_overridden,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end