You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

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)

    A container for the S3 Storage Lens home Region.

#idString

A container for the S3 Storage Lens configuration ID.

Returns:

  • (String)

    A container for the S3 Storage Lens configuration ID.

#is_enabledBoolean

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

Returns:

  • (Boolean)

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

#storage_lens_arnString

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

Returns:

  • (String)

    The ARN of the S3 Storage Lens configuration.