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

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

Returns:

  • (String)


3403
3404
3405
3406
3407
3408
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3403

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)


3403
3404
3405
3406
3407
3408
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3403

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