Class: Aws::IoT::Types::ListThingRegistrationTaskReportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingRegistrationTaskReportsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#report_type ⇒ String
The type of task report.
-
#resource_links ⇒ Array<String>
Links to the task resources.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12424 12425 12426 12427 12428 12429 12430 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12424 class ListThingRegistrationTaskReportsResponse < Struct.new( :resource_links, :report_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#report_type ⇒ String
The type of task report.
12424 12425 12426 12427 12428 12429 12430 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12424 class ListThingRegistrationTaskReportsResponse < Struct.new( :resource_links, :report_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_links ⇒ Array<String>
Links to the task resources.
12424 12425 12426 12427 12428 12429 12430 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12424 class ListThingRegistrationTaskReportsResponse < Struct.new( :resource_links, :report_type, :next_token) SENSITIVE = [] include Aws::Structure end |