Class: Aws::S3Control::Types::ListStorageLensConfigurationEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Part of ListStorageLensConfigurationResult. Each entry includes the description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#home_regionString

A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.

Returns:

  • (String)


5034
5035
5036
5037
5038
5039
5040
5041
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5034

class ListStorageLensConfigurationEntry < Struct.new(
  :id,
  :storage_lens_arn,
  :home_region,
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A container for the S3 Storage Lens configuration ID.

Returns:

  • (String)


5034
5035
5036
5037
5038
5039
5040
5041
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5034

class ListStorageLensConfigurationEntry < Struct.new(
  :id,
  :storage_lens_arn,
  :home_region,
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#is_enabledBoolean

A container for whether the S3 Storage Lens configuration is enabled. This property is required.

Returns:

  • (Boolean)


5034
5035
5036
5037
5038
5039
5040
5041
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5034

class ListStorageLensConfigurationEntry < Struct.new(
  :id,
  :storage_lens_arn,
  :home_region,
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#storage_lens_arnString

The ARN of the S3 Storage Lens configuration. This property is read-only.

Returns:

  • (String)


5034
5035
5036
5037
5038
5039
5040
5041
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5034

class ListStorageLensConfigurationEntry < Struct.new(
  :id,
  :storage_lens_arn,
  :home_region,
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end