Class: Aws::IoT::Types::ListDimensionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListDimensionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to retrieve at one time.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve at one time.
10918 10919 10920 10921 10922 10923 |
# File 'lib/aws-sdk-iot/types.rb', line 10918 class ListDimensionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10918 10919 10920 10921 10922 10923 |
# File 'lib/aws-sdk-iot/types.rb', line 10918 class ListDimensionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |