Class: Aws::S3Control::Types::GetStorageLensGroupResult

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_groupTypes::StorageLensGroup

The name of the Storage Lens group that you’re trying to retrieve the configuration details for.



3480
3481
3482
3483
3484
# File 'lib/aws-sdk-s3control/types.rb', line 3480

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