Class: Aws::Macie2::Types::MatchingResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::MatchingResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#matching_bucket ⇒ Types::MatchingBucket
Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account.
Instance Attribute Details
#matching_bucket ⇒ Types::MatchingBucket
Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. By default, object count and storage size values include data for object parts that are the result of incomplete multipart uploads. For more information, see [How Macie monitors Amazon S3 data security] in the *Amazon Macie User Guide*.
If an error occurs when Macie attempts to retrieve and process information about the bucket or the bucket’s objects, the value for most of these properties is null. Key exceptions are accountId and bucketName. To identify the cause of the error, refer to the errorCode and errorMessage values.
[1]: docs.aws.amazon.com/macie/latest/user/monitoring-s3-how-it-works.html
4763 4764 4765 4766 4767 |
# File 'lib/aws-sdk-macie2/types.rb', line 4763 class MatchingResource < Struct.new( :matching_bucket) SENSITIVE = [] include Aws::Structure end |