Class: Aws::S3Control::Types::GetStorageLensConfigurationRequest

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 account ID of the requester.

Returns:

  • (String)


3393
3394
3395
3396
3397
3398
# File 'lib/aws-sdk-s3control/types.rb', line 3393

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

#config_idString

The ID of the Amazon S3 Storage Lens configuration.

Returns:

  • (String)


3393
3394
3395
3396
3397
3398
# File 'lib/aws-sdk-s3control/types.rb', line 3393

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