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

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

#audit_detailsHash<String,Types::AuditCheckDetails>

Detailed information about each check performed during this audit.

Returns:



5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5071

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)


5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5071

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)


5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5071

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.



5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5071

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)


5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5071

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)


5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5071

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