Class: Aws::S3Control::Types::DeleteStorageLensGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 used to create the Storage Lens group that you’re trying to delete.

Returns:

  • (String)


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

#nameString

The name of the Storage Lens group that you’re trying to delete.

Returns:

  • (String)


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