Class: Aws::IoT::Types::ListAuditTasksRequest

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

#end_timeTime

The end of the time period.

Returns:

  • (Time)


9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
# File 'lib/aws-sdk-iot/types.rb', line 9364

class ListAuditTasksRequest < Struct.new(
  :start_time,
  :end_time,
  :task_type,
  :task_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
# File 'lib/aws-sdk-iot/types.rb', line 9364

class ListAuditTasksRequest < Struct.new(
  :start_time,
  :end_time,
  :task_type,
  :task_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
# File 'lib/aws-sdk-iot/types.rb', line 9364

class ListAuditTasksRequest < Struct.new(
  :start_time,
  :end_time,
  :task_type,
  :task_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The beginning of the time period. Audit information is retained for a limited time (90 days). Requesting a start time prior to what is retained results in an “InvalidRequestException”.

Returns:

  • (Time)


9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
# File 'lib/aws-sdk-iot/types.rb', line 9364

class ListAuditTasksRequest < Struct.new(
  :start_time,
  :end_time,
  :task_type,
  :task_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#task_statusString

A filter to limit the output to audits with the specified completion status: can be one of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.

Returns:

  • (String)


9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
# File 'lib/aws-sdk-iot/types.rb', line 9364

class ListAuditTasksRequest < Struct.new(
  :start_time,
  :end_time,
  :task_type,
  :task_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#task_typeString

A filter to limit the output to the specified type of audit: can be one of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDITTASK”.

Returns:

  • (String)


9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
# File 'lib/aws-sdk-iot/types.rb', line 9364

class ListAuditTasksRequest < Struct.new(
  :start_time,
  :end_time,
  :task_type,
  :task_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end