Class: Aws::IoT::Types::ListScheduledAuditsResponse

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

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


10788
10789
10790
10791
10792
10793
# File 'lib/aws-sdk-iot/types.rb', line 10788

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

#scheduled_auditsArray<Types::ScheduledAuditMetadata>

The list of scheduled audits.

Returns:



10788
10789
10790
10791
10792
10793
# File 'lib/aws-sdk-iot/types.rb', line 10788

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