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)


5063
5064
5065
5066
5067
5068
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5063

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)


5063
5064
5065
5066
5067
5068
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5063

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