You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::PutStorageLensConfigurationTaggingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutStorageLensConfigurationTaggingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  config_id: "ConfigId", # required
  account_id: "AccountId", # required
  tags: [ # required
    {
      key: "TagKeyString", # required
      value: "TagValueString", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the requester.

Returns:

  • (String)

    The account ID of the requester.

#config_idString

The ID of the S3 Storage Lens configuration.

Returns:

  • (String)

    The ID of the S3 Storage Lens configuration.

#tagsArray<Types::StorageLensTag>

The tag set of the S3 Storage Lens configuration.

You can set up to a maximum of 50 tags.

Returns: