Class: Aws::Macie2::Types::ListResourceProfileArtifactsResponse

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 S3 objects that Amazon Macie selected for analysis while performing automated sensitive data discovery for an S3 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

#artifactsArray<Types::ResourceProfileArtifact>

Returns:



4354
4355
4356
4357
4358
4359
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4354

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

#next_tokenString

Returns:

  • (String)


4354
4355
4356
4357
4358
4359
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4354

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