Class: Aws::S3Control::Types::ActivityMetrics

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

Overview

The container element for Amazon S3 Storage Lens activity metrics. Activity metrics show details about how your storage is requested, such as requests (for example, All requests, Get requests, Put requests), bytes uploaded or downloaded, and errors.

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_enabledBoolean

A container that indicates whether activity metrics are enabled.

Returns:

  • (Boolean)


206
207
208
209
210
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 206

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