Class: Aws::S3Control::Types::CreateStorageLensGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateStorageLensGroupRequest
- 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 that the Storage Lens group is created from and associated with.
-
#storage_lens_group ⇒ Types::StorageLensGroup
The Storage Lens group configuration.
-
#tags ⇒ Array<Types::Tag>
The Amazon Web Services resource tags that you’re adding to your Storage Lens group.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that the Storage Lens group is created from and associated with.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-s3control/types.rb', line 1361 class CreateStorageLensGroupRequest < Struct.new( :account_id, :storage_lens_group, :tags) SENSITIVE = [] include Aws::Structure end |
#storage_lens_group ⇒ Types::StorageLensGroup
The Storage Lens group configuration.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-s3control/types.rb', line 1361 class CreateStorageLensGroupRequest < Struct.new( :account_id, :storage_lens_group, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The Amazon Web Services resource tags that you’re adding to your Storage Lens group. This parameter is optional.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-s3control/types.rb', line 1361 class CreateStorageLensGroupRequest < Struct.new( :account_id, :storage_lens_group, :tags) SENSITIVE = [] include Aws::Structure end |