You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::DeleteStorageLensConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteStorageLensConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  config_id: "ConfigId", # required
  account_id: "AccountId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the requester.

Returns:

  • (String)

    The account ID of the requester.

#config_idString

The ID of the S3 Storage Lens configuration.

Returns:

  • (String)

    The ID of the S3 Storage Lens configuration.