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.
4605 4606 4607 4608 4609 4610 4611 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4605 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.
4605 4606 4607 4608 4609 4610 4611 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4605 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.
4605 4606 4607 4608 4609 4610 4611 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4605 class PutStorageLensConfigurationTaggingRequest < Struct.new( :config_id, :account_id, :tags) SENSITIVE = [] include Aws::Structure end |