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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.

Returns:



5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5073

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:



5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5073

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