Class: Aws::S3Control::Types::ListStorageLensGroupEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#home_regionString

Contains the Amazon Web Services Region where the Storage Lens group was created.

Returns:

  • (String)


5109
5110
5111
5112
5113
5114
5115
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5109

class ListStorageLensGroupEntry < Struct.new(
  :name,
  :storage_lens_group_arn,
  :home_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Contains the name of the Storage Lens group that exists in the specified home Region.

Returns:

  • (String)


5109
5110
5111
5112
5113
5114
5115
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5109

class ListStorageLensGroupEntry < Struct.new(
  :name,
  :storage_lens_group_arn,
  :home_region)
  SENSITIVE = []
  include Aws::Structure
end

#storage_lens_group_arnString

Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.

Returns:

  • (String)


5109
5110
5111
5112
5113
5114
5115
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5109

class ListStorageLensGroupEntry < Struct.new(
  :name,
  :storage_lens_group_arn,
  :home_region)
  SENSITIVE = []
  include Aws::Structure
end