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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


5241
5242
5243
5244
5245
5246
# File 'lib/aws-sdk-s3control/types.rb', line 5241

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)


5241
5242
5243
5244
5245
5246
# File 'lib/aws-sdk-s3control/types.rb', line 5241

class ListStorageLensConfigurationsRequest < Struct.new(
  :account_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end