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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_detailsHash<String,Types::AuditCheckDetails>

Detailed information about each check performed during this audit.

Returns:



5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/aws-sdk-iot/types.rb', line 5143

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

#scheduled_audit_nameString

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

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/aws-sdk-iot/types.rb', line 5143

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

#task_start_timeTime

The time the audit started.

Returns:

  • (Time)


5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/aws-sdk-iot/types.rb', line 5143

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

#task_statisticsTypes::TaskStatistics

Statistical information about the audit.



5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/aws-sdk-iot/types.rb', line 5143

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

#task_statusString

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

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/aws-sdk-iot/types.rb', line 5143

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

#task_typeString

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

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/aws-sdk-iot/types.rb', line 5143

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