Class: Aws::Types::ListThingRegistrationTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListThingRegistrationTasksRequest
- 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.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3716 3717 3718 |
# File 'sig/types.rbs', line 3716 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3715 3716 3717 |
# File 'sig/types.rbs', line 3715 def next_token @next_token end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def status @status end |