Class: Aws::Macie::Types::S3ResourceClassification

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

Overview

(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the ‘AssociateS3Resources` action and a response parameter in the `ListS3Resources` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

(Discontinued) The name of the S3 bucket that you want to associate with Amazon Macie Classic.

Returns:

  • (String)


421
422
423
424
425
426
427
# File 'lib/aws-sdk-macie/types.rb', line 421

class S3ResourceClassification < Struct.new(
  :bucket_name,
  :prefix,
  :classification_type)
  SENSITIVE = []
  include Aws::Structure
end

#classification_typeTypes::ClassificationType

(Discontinued) The classification type that you want to specify for the resource associated with Amazon Macie Classic.



421
422
423
424
425
426
427
# File 'lib/aws-sdk-macie/types.rb', line 421

class S3ResourceClassification < Struct.new(
  :bucket_name,
  :prefix,
  :classification_type)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

(Discontinued) The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.

Returns:

  • (String)


421
422
423
424
425
426
427
# File 'lib/aws-sdk-macie/types.rb', line 421

class S3ResourceClassification < Struct.new(
  :bucket_name,
  :prefix,
  :classification_type)
  SENSITIVE = []
  include Aws::Structure
end