Class: Aws::S3Control::Types::UpdateStorageLensGroupRequest

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 of the Storage Lens group owner.

Returns:

  • (String)


8436
8437
8438
8439
8440
8441
8442
# File 'lib/aws-sdk-s3control/types.rb', line 8436

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

#nameString

The name of the Storage Lens group that you want to update.

Returns:

  • (String)


8436
8437
8438
8439
8440
8441
8442
# File 'lib/aws-sdk-s3control/types.rb', line 8436

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

#storage_lens_groupTypes::StorageLensGroup

The JSON file that contains the Storage Lens group configuration.



8436
8437
8438
8439
8440
8441
8442
# File 'lib/aws-sdk-s3control/types.rb', line 8436

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