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

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

#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)


5082
5083
5084
5085
5086
5087
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5082

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.



5082
5083
5084
5085
5086
5087
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5082

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