Class: Aws::S3Control::Types::ListStorageLensGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListStorageLensGroupsResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If
NextToken
is returned, there are more Storage Lens groups results available. -
#storage_lens_group_list ⇒ Array<Types::ListStorageLensGroupEntry>
The list of Storage Lens groups that exist in the specified home Region.
Instance Attribute Details
#next_token ⇒ String
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.
5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5329 class ListStorageLensGroupsResult < Struct.new( :next_token, :storage_lens_group_list) SENSITIVE = [] include Aws::Structure end |
#storage_lens_group_list ⇒ Array<Types::ListStorageLensGroupEntry>
The list of Storage Lens groups that exist in the specified home Region.
5329 5330 5331 5332 5333 5334 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5329 class ListStorageLensGroupsResult < Struct.new( :next_token, :storage_lens_group_list) SENSITIVE = [] include Aws::Structure end |