Class: Aws::S3Control::Types::ListStorageLensGroupEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListStorageLensGroupEntry
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Each entry contains a Storage Lens group that exists in the specified home Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#home_region ⇒ String
Contains the Amazon Web Services Region where the Storage Lens group was created.
-
#name ⇒ String
Contains the name of the Storage Lens group that exists in the specified home Region.
-
#storage_lens_group_arn ⇒ String
Contains the Amazon Resource Name (ARN) of the Storage Lens group.
Instance Attribute Details
#home_region ⇒ String
Contains the Amazon Web Services Region where the Storage Lens group was created.
5287 5288 5289 5290 5291 5292 5293 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5287 class ListStorageLensGroupEntry < Struct.new( :name, :storage_lens_group_arn, :home_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Contains the name of the Storage Lens group that exists in the specified home Region.
5287 5288 5289 5290 5291 5292 5293 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5287 class ListStorageLensGroupEntry < Struct.new( :name, :storage_lens_group_arn, :home_region) SENSITIVE = [] include Aws::Structure end |
#storage_lens_group_arn ⇒ String
Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
5287 5288 5289 5290 5291 5292 5293 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5287 class ListStorageLensGroupEntry < Struct.new( :name, :storage_lens_group_arn, :home_region) SENSITIVE = [] include Aws::Structure end |