Class: Aws::IoT::Types::ListCustomMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCustomMetricsRequest
- 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 return 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 return at one time. The default is 25.
9971 9972 9973 9974 9975 9976 |
# File 'lib/aws-sdk-iot/types.rb', line 9971 class ListCustomMetricsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
9971 9972 9973 9974 9975 9976 |
# File 'lib/aws-sdk-iot/types.rb', line 9971 class ListCustomMetricsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |