Class: Aws::S3Control::Types::GetStorageLensConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetStorageLensConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the requester.
-
#config_id ⇒ String
The ID of the Amazon S3 Storage Lens configuration.
Instance Attribute Details
#account_id ⇒ String
The account ID of the requester.
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_id ⇒ String
The ID of the Amazon S3 Storage Lens configuration.
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 |