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

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

Constant Summary collapse

SENSITIVE =
[]

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>)


16090
16091
16092
16093
16094
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16090

class StartOnDemandAuditTaskRequest < Struct.new(
  :target_check_names)
  SENSITIVE = []
  include Aws::Structure
end