Class: Aws::S3Control::Types::PutStorageLensConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutStorageLensConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the requester.
-
#config_id ⇒ String
The ID of the S3 Storage Lens configuration.
-
#storage_lens_configuration ⇒ Types::StorageLensConfiguration
The S3 Storage Lens configuration.
-
#tags ⇒ Array<Types::StorageLensTag>
The tag set of the S3 Storage Lens configuration.
Instance Attribute Details
#account_id ⇒ String
The account ID of the requester.
6434 6435 6436 6437 6438 6439 6440 6441 |
# File 'lib/aws-sdk-s3control/types.rb', line 6434 class PutStorageLensConfigurationRequest < Struct.new( :config_id, :account_id, :storage_lens_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
The ID of the S3 Storage Lens configuration.
6434 6435 6436 6437 6438 6439 6440 6441 |
# File 'lib/aws-sdk-s3control/types.rb', line 6434 class PutStorageLensConfigurationRequest < Struct.new( :config_id, :account_id, :storage_lens_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#storage_lens_configuration ⇒ Types::StorageLensConfiguration
The S3 Storage Lens configuration.
6434 6435 6436 6437 6438 6439 6440 6441 |
# File 'lib/aws-sdk-s3control/types.rb', line 6434 class PutStorageLensConfigurationRequest < Struct.new( :config_id, :account_id, :storage_lens_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::StorageLensTag>
The tag set of the S3 Storage Lens configuration.
<note markdown=“1”> You can set up to a maximum of 50 tags.
</note>
6434 6435 6436 6437 6438 6439 6440 6441 |
# File 'lib/aws-sdk-s3control/types.rb', line 6434 class PutStorageLensConfigurationRequest < Struct.new( :config_id, :account_id, :storage_lens_configuration, :tags) SENSITIVE = [] include Aws::Structure end |