Class: Aws::IoT::Types::ListThingRegistrationTaskReportsRequest

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

#max_resultsInteger

The maximum number of results to return per request.

Returns:

  • (Integer)


11166
11167
11168
11169
11170
11171
11172
11173
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11166

class ListThingRegistrationTaskReportsRequest < Struct.new(
  :task_id,
  :report_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11166
11167
11168
11169
11170
11171
11172
11173
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11166

class ListThingRegistrationTaskReportsRequest < Struct.new(
  :task_id,
  :report_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#report_typeString

The type of task report.

Returns:

  • (String)


11166
11167
11168
11169
11170
11171
11172
11173
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11166

class ListThingRegistrationTaskReportsRequest < Struct.new(
  :task_id,
  :report_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The id of the task.

Returns:

  • (String)


11166
11167
11168
11169
11170
11171
11172
11173
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11166

class ListThingRegistrationTaskReportsRequest < Struct.new(
  :task_id,
  :report_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end