Class: Aws::S3Control::Types::DeleteStorageLensGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteStorageLensGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID used to create the Storage Lens group that you’re trying to delete.
-
#name ⇒ String
The name of the Storage Lens group that you’re trying to delete.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID used to create the Storage Lens group that you’re trying to delete.
1897 1898 1899 1900 1901 1902 |
# File 'lib/aws-sdk-s3control/types.rb', line 1897 class DeleteStorageLensGroupRequest < Struct.new( :name, :account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Storage Lens group that you’re trying to delete.
1897 1898 1899 1900 1901 1902 |
# File 'lib/aws-sdk-s3control/types.rb', line 1897 class DeleteStorageLensGroupRequest < Struct.new( :name, :account_id) SENSITIVE = [] include Aws::Structure end |