class Aws::S3Control::Types::PutStorageLensConfigurationTaggingRequest
@note When making an API call, you may pass PutStorageLensConfigurationTaggingRequest
data as a hash: { config_id: "ConfigId", # required account_id: "AccountId", # required tags: [ # required { key: "TagKeyString", # required value: "TagValueString", # required }, ], }
@!attribute [rw] config_id
The ID of the S3 Storage Lens configuration. @return [String]
@!attribute [rw] account_id
The account ID of the requester. @return [String]
@!attribute [rw] tags
The tag set of the S3 Storage Lens configuration. <note markdown="1"> You can set up to a maximum of 50 tags. </note> @return [Array<Types::StorageLensTag>]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutStorageLensConfigurationTaggingRequest AWS API Documentation
Constants
- SENSITIVE