You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartOnDemandAuditTaskRequest as input to an Aws::Client method, you can use a vanilla 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.

Returns:

  • (Array<String>)

    Which checks are performed during the audit.