Class: Aws::Types::ListThingRegistrationTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThingRegistrationTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#task_ids ⇒ ::Array[::String]
Returns the value of attribute task_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3723 3724 3725 |
# File 'sig/types.rbs', line 3723 def next_token @next_token end |
#task_ids ⇒ ::Array[::String]
Returns the value of attribute task_ids.
3722 3723 3724 |
# File 'sig/types.rbs', line 3722 def task_ids @task_ids end |