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

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 Amazon Web Services account ID used to create the Storage Lens group that you're trying to delete.

Returns:

  • (String)


1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1871

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)


1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1871

class DeleteStorageLensGroupRequest < Struct.new(
  :name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end