Class: Aws::IoT::Types::StartOnDemandAuditTaskRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass StartOnDemandAuditTaskRequest data as a hash:

{
  target_check_names: ["AuditCheckName"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#target_check_namesArray<String>

Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use ‘DescribeAccountAuditConfiguration` to see the list of all checks including those that are enabled or `UpdateAccountAuditConfiguration` to select which checks are enabled.



9441
9442
9443
9444
# File 'lib/aws-sdk-iot/types.rb', line 9441

class StartOnDemandAuditTaskRequest < Struct.new(
  :target_check_names)
  include Aws::Structure
end