Class: Aws::S3Control::Types::ListStorageLensConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListStorageLensConfigurationsResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#storage_lens_configuration_list ⇒ Array<Types::ListStorageLensConfigurationEntry>
A list of S3 Storage Lens configurations.
Instance Attribute Details
#next_token ⇒ String
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.
5260 5261 5262 5263 5264 5265 |
# File 'gems/aws-sdk-s3control/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_list ⇒ Array<Types::ListStorageLensConfigurationEntry>
A list of S3 Storage Lens configurations.
5260 5261 5262 5263 5264 5265 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5260 class ListStorageLensConfigurationsResult < Struct.new( :next_token, :storage_lens_configuration_list) SENSITIVE = [] include Aws::Structure end |