Class: Aws::S3Control::Types::ListStorageLensConfigurationsResult

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

#next_tokenString

If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.

Returns:

  • (String)


5260
5261
5262
5263
5264
5265
# File 'lib/aws-sdk-s3control/types.rb', line 5260

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

#storage_lens_configuration_listArray<Types::ListStorageLensConfigurationEntry>

A list of S3 Storage Lens configurations.



5260
5261
5262
5263
5264
5265
# File 'lib/aws-sdk-s3control/types.rb', line 5260

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