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

Class: Aws::S3Control::Types::SelectionCriteria

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

Overview

Note:

When passing SelectionCriteria as input to an Aws::Client method, you can use a vanilla Hash:

{
  delimiter: "StorageLensPrefixLevelDelimiter",
  max_depth: 1,
  min_storage_bytes_percentage: 1.0,
}

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterString

A container for the delimiter of the selection criteria being used.

Returns:

  • (String)

    A container for the delimiter of the selection criteria being used.

#max_depthInteger

The max depth of the selection criteria

Returns:

  • (Integer)

    The max depth of the selection criteria.

#min_storage_bytes_percentageFloat

The minimum number of storage bytes percentage whose metrics will be selected.

You must choose a value greater than or equal to 1.0.

Returns:

  • (Float)

    The minimum number of storage bytes percentage whose metrics will be selected.