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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


8559
8560
8561
8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8559

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)


8559
8560
8561
8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8559

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


8559
8560
8561
8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8559

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)


8559
8560
8561
8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8559

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)


8559
8560
8561
8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8559

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