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.



3467
3468
3469
3470
3471
# File 'lib/aws-sdk-s3control/types.rb', line 3467

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