Class: Aws::S3Control::Types::GetStorageLensConfigurationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_lens_configurationTypes::StorageLensConfiguration

The S3 Storage Lens configuration requested.



3406
3407
3408
3409
3410
# File 'lib/aws-sdk-s3control/types.rb', line 3406

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