Class: Aws::S3Control::Types::DeleteStorageLensConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteStorageLensConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the requester.
-
#config_id ⇒ String
The ID of the S3 Storage Lens configuration.
Instance Attribute Details
#account_id ⇒ String
The account ID of the requester.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-s3control/types.rb', line 1858 class DeleteStorageLensConfigurationRequest < Struct.new( :config_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
The ID of the S3 Storage Lens configuration.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-s3control/types.rb', line 1858 class DeleteStorageLensConfigurationRequest < Struct.new( :config_id, :account_id) SENSITIVE = [] include Aws::Structure end |