Class: Aws::IoT::Types::ListScheduledAuditsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListScheduledAuditsResponse
- Includes:
- Structure
- Defined in:
- 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.
11221 11222 11223 11224 11225 11226 |
# File 'lib/aws-sdk-iot/types.rb', line 11221 class ListScheduledAuditsResponse < Struct.new( :scheduled_audits, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_audits ⇒ Array<Types::ScheduledAuditMetadata>
The list of scheduled audits.
11221 11222 11223 11224 11225 11226 |
# File 'lib/aws-sdk-iot/types.rb', line 11221 class ListScheduledAuditsResponse < Struct.new( :scheduled_audits, :next_token) SENSITIVE = [] include Aws::Structure end |