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

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

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



3417
3418
3419
3420
3421
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3417

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