Class: Aws::IoT::Types::ListAuditFindingsRequest

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

#check_nameString

A filter to limit results to the findings for the specified audit check.

Returns:

  • (String)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.

Returns:

  • (Time)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#list_suppressed_findingsBoolean

Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed findings.

Returns:

  • (Boolean)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierTypes::ResourceIdentifier

Information identifying the noncompliant resource.



9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.

Returns:

  • (Time)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.

Returns:

  • (String)


9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9139

class ListAuditFindingsRequest < Struct.new(
  :task_id,
  :check_name,
  :resource_identifier,
  :max_results,
  :next_token,
  :start_time,
  :end_time,
  :list_suppressed_findings)
  SENSITIVE = []
  include Aws::Structure
end