Class: Aws::IoT::Types::GetStatisticsRequest

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 aggregation field name.

Returns:

  • (String)


7773
7774
7775
7776
7777
7778
7779
7780
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7773

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

#index_nameString

The name of the index to search. The default value is AWS_Things.

Returns:

  • (String)


7773
7774
7775
7776
7777
7778
7779
7780
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7773

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

#query_stringString

The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.

Returns:

  • (String)


7773
7774
7775
7776
7777
7778
7779
7780
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7773

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

#query_versionString

The version of the query used to search.

Returns:

  • (String)


7773
7774
7775
7776
7777
7778
7779
7780
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7773

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