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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass GetPercentilesRequest data as a hash:

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_fieldString

The field to aggregate.

Returns:

  • (String)


9440
9441
9442
9443
9444
9445
9446
9447
9448
# File 'lib/aws-sdk-iot/types.rb', line 9440

class GetPercentilesRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :percents)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the index to search.

Returns:

  • (String)


9440
9441
9442
9443
9444
9445
9446
9447
9448
# File 'lib/aws-sdk-iot/types.rb', line 9440

class GetPercentilesRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :percents)
  SENSITIVE = []
  include Aws::Structure
end

#percentsArray<Float>

The percentile groups returned.

Returns:

  • (Array<Float>)


9440
9441
9442
9443
9444
9445
9446
9447
9448
# File 'lib/aws-sdk-iot/types.rb', line 9440

class GetPercentilesRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :percents)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The search query string.

Returns:

  • (String)


9440
9441
9442
9443
9444
9445
9446
9447
9448
# File 'lib/aws-sdk-iot/types.rb', line 9440

class GetPercentilesRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :percents)
  SENSITIVE = []
  include Aws::Structure
end

#query_versionString

The query version.

Returns:

  • (String)


9440
9441
9442
9443
9444
9445
9446
9447
9448
# File 'lib/aws-sdk-iot/types.rb', line 9440

class GetPercentilesRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :percents)
  SENSITIVE = []
  include Aws::Structure
end