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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_fieldString

The field to aggregate.

Returns:

  • (String)


7599
7600
7601
7602
7603
7604
7605
7606
7607
# File 'lib/aws-sdk-iot/types.rb', line 7599

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)


7599
7600
7601
7602
7603
7604
7605
7606
7607
# File 'lib/aws-sdk-iot/types.rb', line 7599

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>)


7599
7600
7601
7602
7603
7604
7605
7606
7607
# File 'lib/aws-sdk-iot/types.rb', line 7599

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)


7599
7600
7601
7602
7603
7604
7605
7606
7607
# File 'lib/aws-sdk-iot/types.rb', line 7599

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)


7599
7600
7601
7602
7603
7604
7605
7606
7607
# File 'lib/aws-sdk-iot/types.rb', line 7599

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