Class: Aws::S3Control::Types::ListStorageLensConfigurationsRequest

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

#account_idString

The account ID of the requester.

Returns:

  • (String)


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_tokenString

A pagination token to request the next page of results.

Returns:

  • (String)


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