Class: Aws::S3Control::Types::GetStorageLensGroupRequest

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 associated with the Storage Lens group that you’re trying to retrieve the details for.

Returns:

  • (String)


3453
3454
3455
3456
3457
3458
# File 'lib/aws-sdk-s3control/types.rb', line 3453

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

#nameString

The name of the Storage Lens group that you’re trying to retrieve the configuration details for.

Returns:

  • (String)


3453
3454
3455
3456
3457
3458
# File 'lib/aws-sdk-s3control/types.rb', line 3453

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