Class: Aws::IoT::Types::ListScheduledAuditsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListScheduledAuditsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results. -
#scheduled_audits ⇒ Array<Types::ScheduledAuditMetadata>
The list of scheduled audits.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
11965 11966 11967 11968 11969 11970 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11965 class ListScheduledAuditsResponse < Struct.new( :scheduled_audits, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_audits ⇒ Array<Types::ScheduledAuditMetadata>
The list of scheduled audits.
11965 11966 11967 11968 11969 11970 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11965 class ListScheduledAuditsResponse < Struct.new( :scheduled_audits, :next_token) SENSITIVE = [] include Aws::Structure end |