Class: Aws::IoT::Types::ListDimensionsRequest

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

#max_resultsInteger

The maximum number of results to retrieve at one time.

Returns:

  • (Integer)


9783
9784
9785
9786
9787
9788
# File 'lib/aws-sdk-iot/types.rb', line 9783

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9783
9784
9785
9786
9787
9788
# File 'lib/aws-sdk-iot/types.rb', line 9783

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