Class: Aws::S3Control::Types::UpdateStorageLensGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateStorageLensGroupRequest
- 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 Amazon Web Services account ID of the Storage Lens group owner.
-
#name ⇒ String
The name of the Storage Lens group that you want to update.
-
#storage_lens_group ⇒ Types::StorageLensGroup
The JSON file that contains the Storage Lens group configuration.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the Storage Lens group owner.
8703 8704 8705 8706 8707 8708 8709 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8703 class UpdateStorageLensGroupRequest < Struct.new( :name, :account_id, :storage_lens_group) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Storage Lens group that you want to update.
8703 8704 8705 8706 8707 8708 8709 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8703 class UpdateStorageLensGroupRequest < Struct.new( :name, :account_id, :storage_lens_group) SENSITIVE = [] include Aws::Structure end |
#storage_lens_group ⇒ Types::StorageLensGroup
The JSON file that contains the Storage Lens group configuration.
8703 8704 8705 8706 8707 8708 8709 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8703 class UpdateStorageLensGroupRequest < Struct.new( :name, :account_id, :storage_lens_group) SENSITIVE = [] include Aws::Structure end |