Class: Aws::IoT::Types::DescribeAuditTaskResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#audit_detailsHash<String,Types::AuditCheckDetails>

Detailed information about each check performed during this audit.



3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-iot/types.rb', line 3696

class DescribeAuditTaskResponse < Struct.new(
  :task_status,
  :task_type,
  :task_start_time,
  :task_statistics,
  :scheduled_audit_name,
  :audit_details)
  include Aws::Structure
end

#scheduled_audit_nameString

The name of the scheduled audit (only if the audit was a scheduled audit).



3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-iot/types.rb', line 3696

class DescribeAuditTaskResponse < Struct.new(
  :task_status,
  :task_type,
  :task_start_time,
  :task_statistics,
  :scheduled_audit_name,
  :audit_details)
  include Aws::Structure
end

#task_start_timeTime

The time the audit started.



3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-iot/types.rb', line 3696

class DescribeAuditTaskResponse < Struct.new(
  :task_status,
  :task_type,
  :task_start_time,
  :task_statistics,
  :scheduled_audit_name,
  :audit_details)
  include Aws::Structure
end

#task_statisticsTypes::TaskStatistics

Statistical information about the audit.



3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-iot/types.rb', line 3696

class DescribeAuditTaskResponse < Struct.new(
  :task_status,
  :task_type,
  :task_start_time,
  :task_statistics,
  :scheduled_audit_name,
  :audit_details)
  include Aws::Structure
end

#task_statusString

The status of the audit: one of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.



3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-iot/types.rb', line 3696

class DescribeAuditTaskResponse < Struct.new(
  :task_status,
  :task_type,
  :task_start_time,
  :task_statistics,
  :scheduled_audit_name,
  :audit_details)
  include Aws::Structure
end

#task_typeString

The type of audit: “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.



3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-iot/types.rb', line 3696

class DescribeAuditTaskResponse < Struct.new(
  :task_status,
  :task_type,
  :task_start_time,
  :task_statistics,
  :scheduled_audit_name,
  :audit_details)
  include Aws::Structure
end