Class: Aws::IoT::Types::ListCustomMetricsRequest

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

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)


9646
9647
9648
9649
9650
9651
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9646

class ListCustomMetricsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9646
9647
9648
9649
9650
9651
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9646

class ListCustomMetricsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end