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

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



3356
3357
3358
3359
3360
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3356

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