Class: Aws::IoT::Types::ListFleetMetricsRequest

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 in this operation.

Returns:

  • (Integer)


9853
9854
9855
9856
9857
9858
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9853

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

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


9853
9854
9855
9856
9857
9858
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9853

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