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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1331

class CreateStorageLensGroupRequest < Struct.new(
  :account_id,
  :storage_lens_group,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#storage_lens_groupTypes::StorageLensGroup

The Storage Lens group configuration.



1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1331

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:



1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1331

class CreateStorageLensGroupRequest < Struct.new(
  :account_id,
  :storage_lens_group,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end