Class: Aws::S3Control::Types::AdvancedDataProtectionMetrics

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

Overview

The container element for Amazon S3 Storage Lens advanced data-protection metrics. Advanced data-protection metrics provide insights that you can use to perform audits and protect your data, for example replication rule counts within and across Regions.

For more information about S3 Storage Lens, see [Assessing your storage activity and usage with S3 Storage Lens] in the *Amazon S3 User Guide*. For a complete list of S3 Storage Lens metrics, see [S3 Storage Lens metrics glossary] in the *Amazon S3 User Guide*.

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html [2]: docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_enabledBoolean

A container that indicates whether advanced data-protection metrics are enabled.

Returns:

  • (Boolean)


264
265
266
267
268
# File 'lib/aws-sdk-s3control/types.rb', line 264

class AdvancedDataProtectionMetrics < Struct.new(
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end