Class: Aws::Macie2::Types::ListResourceProfileDetectionsResponse

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

Overview

Provides the results of a request for information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket while performing automated sensitive data discovery for the bucket. This information 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

#detectionsArray<Types::Detection>

Returns:



4394
4395
4396
4397
4398
4399
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4394

class ListResourceProfileDetectionsResponse < Struct.new(
  :detections,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4394

class ListResourceProfileDetectionsResponse < Struct.new(
  :detections,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end