Class: Aws::Macie2::Types::ResourcesAffected

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

Overview

Provides information about the resources that a finding applies to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketTypes::S3Bucket

Provides information about the S3 bucket that a finding applies to. If a quota prevented Amazon Macie from retrieving and processing all the bucket’s information prior to generating the finding, the following values are UNKNOWN or null: allowsUnencryptedObjectUploads, defaultServerSideEncryption, publicAccess, and tags.

Returns:



5216
5217
5218
5219
5220
5221
# File 'lib/aws-sdk-macie2/types.rb', line 5216

class ResourcesAffected < Struct.new(
  :s3_bucket,
  :s3_object)
  SENSITIVE = []
  include Aws::Structure
end

#s3_objectTypes::S3Object

Provides information about the S3 object that a finding applies to.

Returns:



5216
5217
5218
5219
5220
5221
# File 'lib/aws-sdk-macie2/types.rb', line 5216

class ResourcesAffected < Struct.new(
  :s3_bucket,
  :s3_object)
  SENSITIVE = []
  include Aws::Structure
end