Class: Aws::IoT::Types::ListThingRegistrationTaskReportsResponse

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

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


11188
11189
11190
11191
11192
11193
11194
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11188

class ListThingRegistrationTaskReportsResponse < Struct.new(
  :resource_links,
  :report_type,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#report_typeString

The type of task report.

Returns:

  • (String)


11188
11189
11190
11191
11192
11193
11194
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11188

class ListThingRegistrationTaskReportsResponse < Struct.new(
  :resource_links,
  :report_type,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

Links to the task resources.

Returns:

  • (Array<String>)


11188
11189
11190
11191
11192
11193
11194
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11188

class ListThingRegistrationTaskReportsResponse < Struct.new(
  :resource_links,
  :report_type,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end