Class: Aws::Macie2::Types::ListResourceProfileDetectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListResourceProfileDetectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket while performing automated sensitive data discovery for an account. This information 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
#detections ⇒ Array<Types::Detection>
4529 4530 4531 4532 4533 4534 |
# File 'lib/aws-sdk-macie2/types.rb', line 4529 class ListResourceProfileDetectionsResponse < Struct.new( :detections, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4529 4530 4531 4532 4533 4534 |
# File 'lib/aws-sdk-macie2/types.rb', line 4529 class ListResourceProfileDetectionsResponse < Struct.new( :detections, :next_token) SENSITIVE = [] include Aws::Structure end |