Class: Aws::S3Control::Types::CreateStorageLensGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID that the Storage Lens group is created from and associated with.

Returns:

  • (String)


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_groupTypes::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

#tagsArray<Types::Tag>

The Amazon Web Services resource tags that you’re adding to your Storage Lens group. This parameter is optional.

Returns:



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