Class: Aws::Macie2::Types::ResourceProfileArtifact

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

Overview

Provides information about an S3 object that Amazon Macie selected for analysis while performing automated sensitive data discovery for an S3 bucket, and the status and results of the analysis. 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

#arnString

Returns:

  • (String)


5003
5004
5005
5006
5007
5008
5009
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5003

class ResourceProfileArtifact < Struct.new(
  :arn,
  :classification_result_status,
  :sensitive)
  SENSITIVE = []
  include Aws::Structure
end

#classification_result_statusString

Returns:

  • (String)


5003
5004
5005
5006
5007
5008
5009
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5003

class ResourceProfileArtifact < Struct.new(
  :arn,
  :classification_result_status,
  :sensitive)
  SENSITIVE = []
  include Aws::Structure
end

#sensitiveBoolean

Returns:

  • (Boolean)


5003
5004
5005
5006
5007
5008
5009
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5003

class ResourceProfileArtifact < Struct.new(
  :arn,
  :classification_result_status,
  :sensitive)
  SENSITIVE = []
  include Aws::Structure
end