Class: Aws::Macie::Types::S3Resource

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

Overview

(Discontinued) Contains information about the S3 resource. This data type is used as a request parameter in the ‘DisassociateS3Resources` action and can be used as a response parameter in the `AssociateS3Resources` and `UpdateS3Resources` actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

(Discontinued) The name of the S3 bucket.

Returns:

  • (String)


392
393
394
395
396
397
# File 'lib/aws-sdk-macie/types.rb', line 392

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

#prefixString

(Discontinued) The prefix of the S3 bucket.

Returns:

  • (String)


392
393
394
395
396
397
# File 'lib/aws-sdk-macie/types.rb', line 392

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