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

Class: Aws::IoT::Types::GetPercentilesRequest

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

Overview

Note:

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

{
  index_name: "IndexName",
  query_string: "QueryString", # required
  aggregation_field: "AggregationField",
  query_version: "QueryVersion",
  percents: [1.0],
}

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_fieldString

The field to aggregate.

Returns:

  • (String)

    The field to aggregate.

#index_nameString

The name of the index to search.

Returns:

  • (String)

    The name of the index to search.

#percentsArray<Float>

The percentile groups returned.

Returns:

  • (Array<Float>)

    The percentile groups returned.

#query_stringString

The query string.

Returns:

  • (String)

    The query string.

#query_versionString

The query version.

Returns:

  • (String)

    The query version.