Class: Aws::S3Control::Types::ListStorageLensConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListStorageLensConfigurationsRequest
- 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 account ID of the requester.
-
#next_token ⇒ String
A pagination token to request the next page of results.
Instance Attribute Details
#account_id ⇒ String
The account ID of the requester.
5394 5395 5396 5397 5398 5399 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5394 class ListStorageLensConfigurationsRequest < Struct.new( :account_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to request the next page of results.
5394 5395 5396 5397 5398 5399 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5394 class ListStorageLensConfigurationsRequest < Struct.new( :account_id, :next_token) SENSITIVE = [] include Aws::Structure end |