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)


2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-s3control/types.rb', line 2035

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)


2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-s3control/types.rb', line 2035

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