Class: Aws::IoT::Types::ListScheduledAuditsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListScheduledAuditsRequest
- 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.
11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-iot/types.rb', line 11205 class ListScheduledAuditsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
11205 11206 11207 11208 11209 11210 |
# File 'lib/aws-sdk-iot/types.rb', line 11205 class ListScheduledAuditsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |