Class: Aws::S3Control::Types::ListStorageLensGroupsResult

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

#next_tokenString

If NextToken is returned, there are more Storage Lens groups results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

Returns:

  • (String)


5514
5515
5516
5517
5518
5519
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5514

class ListStorageLensGroupsResult < Struct.new(
  :next_token,
  :storage_lens_group_list)
  SENSITIVE = []
  include Aws::Structure
end

#storage_lens_group_listArray<Types::ListStorageLensGroupEntry>

The list of Storage Lens groups that exist in the specified home Region.



5514
5515
5516
5517
5518
5519
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5514

class ListStorageLensGroupsResult < Struct.new(
  :next_token,
  :storage_lens_group_list)
  SENSITIVE = []
  include Aws::Structure
end