Class: Aws::S3Control::Types::GetStorageLensGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetStorageLensGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the Storage Lens group that you’re trying to retrieve the details for.
-
#name ⇒ String
The name of the Storage Lens group that you’re trying to retrieve the configuration details for.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the Storage Lens group that you’re trying to retrieve the details for.
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 |
#name ⇒ String
The name of the Storage Lens group that you’re trying to retrieve the configuration details for.
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 |