Class: Aws::Types::ListThingRegistrationTaskReportsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListThingRegistrationTaskReportsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#report_type ⇒ "ERRORS", "RESULTS"
Returns the value of attribute report_type.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3703 3704 3705 |
# File 'sig/types.rbs', line 3703 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def next_token @next_token end |
#report_type ⇒ "ERRORS", "RESULTS"
Returns the value of attribute report_type.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def report_type @report_type end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def task_id @task_id end |