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
NextTokenis 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.
5592 5593 5594 5595 5596 5597 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5592 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.
5592 5593 5594 5595 5596 5597 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5592 class ListStorageLensGroupsResult < Struct.new( :next_token, :storage_lens_group_list) SENSITIVE = [] include Aws::Structure end |