Class: Aws::S3Control::Types::PutStorageLensConfigurationTaggingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutStorageLensConfigurationTaggingRequest
- Defined in:
- gems/aws-sdk-s3control/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.
-
#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.
6460 6461 6462 6463 6464 6465 6466 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6460 class PutStorageLensConfigurationTaggingRequest < Struct.new( :config_id, :account_id, :tags) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
The ID of the S3 Storage Lens configuration.
6460 6461 6462 6463 6464 6465 6466 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6460 class PutStorageLensConfigurationTaggingRequest < Struct.new( :config_id, :account_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::StorageLensTag>
The tag set of the S3 Storage Lens configuration.
6460 6461 6462 6463 6464 6465 6466 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6460 class PutStorageLensConfigurationTaggingRequest < Struct.new( :config_id, :account_id, :tags) SENSITIVE = [] include Aws::Structure end |