Class: Aws::Macie2::Types::ResourcesAffected
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ResourcesAffected
- 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
-
#s3_bucket ⇒ Types::S3Bucket
Provides information about the S3 bucket that a finding applies to.
-
#s3_object ⇒ Types::S3Object
Provides information about the S3 object that a finding applies to.
Instance Attribute Details
#s3_bucket ⇒ Types::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.
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_object ⇒ Types::S3Object
Provides information about the S3 object that a finding applies to.
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 |