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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the requester.

Returns:

  • (String)


6460
6461
6462
6463
6464
6465
6466
# File 'lib/aws-sdk-s3control/types.rb', line 6460

class PutStorageLensConfigurationTaggingRequest < Struct.new(
  :config_id,
  :account_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#config_idString

The ID of the S3 Storage Lens configuration.

Returns:

  • (String)


6460
6461
6462
6463
6464
6465
6466
# File 'lib/aws-sdk-s3control/types.rb', line 6460

class PutStorageLensConfigurationTaggingRequest < Struct.new(
  :config_id,
  :account_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:



6460
6461
6462
6463
6464
6465
6466
# File 'lib/aws-sdk-s3control/types.rb', line 6460

class PutStorageLensConfigurationTaggingRequest < Struct.new(
  :config_id,
  :account_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end