Class: Aws::S3Control::Types::UpdateStorageLensGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateStorageLensGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
8437 8438 8439 8440 8441 8442 8443 |
# File 'lib/aws-sdk-s3control/types.rb', line 8437 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.
8437 8438 8439 8440 8441 8442 8443 |
# File 'lib/aws-sdk-s3control/types.rb', line 8437 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.
8437 8438 8439 8440 8441 8442 8443 |
# File 'lib/aws-sdk-s3control/types.rb', line 8437 class UpdateStorageLensGroupRequest < Struct.new( :name, :account_id, :storage_lens_group) SENSITIVE = [] include Aws::Structure end |