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

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

Returns:

  • (String)


8703
8704
8705
8706
8707
8708
8709
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8703

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)


8703
8704
8705
8706
8707
8708
8709
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8703

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.



8703
8704
8705
8706
8707
8708
8709
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8703

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