Class: Aws::S3Control::Types::PutStorageLensConfigurationRequest

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 account ID of the requester.

Returns:

  • (String)


6246
6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6246

class PutStorageLensConfigurationRequest < Struct.new(
  :config_id,
  :account_id,
  :storage_lens_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#config_idString

The ID of the S3 Storage Lens configuration.

Returns:

  • (String)


6246
6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6246

class PutStorageLensConfigurationRequest < Struct.new(
  :config_id,
  :account_id,
  :storage_lens_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#storage_lens_configurationTypes::StorageLensConfiguration

The S3 Storage Lens configuration.



6246
6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6246

class PutStorageLensConfigurationRequest < Struct.new(
  :config_id,
  :account_id,
  :storage_lens_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::StorageLensTag>

The tag set of the S3 Storage Lens configuration.

You can set up to a maximum of 50 tags.

Returns:



6246
6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6246

class PutStorageLensConfigurationRequest < Struct.new(
  :config_id,
  :account_id,
  :storage_lens_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end