Class: Aws::S3Control::Types::ListStorageLensGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListStorageLensGroupsRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID that owns the Storage Lens groups.
-
#next_token ⇒ String
The token for the next set of results, or
null
if there are no more results.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that owns the Storage Lens groups.
5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5313 class ListStorageLensGroupsRequest < Struct.new( :account_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null
if there are no
more results.
5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5313 class ListStorageLensGroupsRequest < Struct.new( :account_id, :next_token) SENSITIVE = [] include Aws::Structure end |