Class: Aws::IoT::Types::ListScheduledAuditsRequest

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 at one time. The default is 25.

Returns:

  • (Integer)


10772
10773
10774
10775
10776
10777
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10772

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10772
10773
10774
10775
10776
10777
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10772

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