Class: Aws::Types::ListThingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#things ⇒ ::Array[Types::ThingAttribute]
Returns the value of attribute things.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def next_token @next_token end |
#things ⇒ ::Array[Types::ThingAttribute]
Returns the value of attribute things.
3778 3779 3780 |
# File 'sig/types.rbs', line 3778 def things @things end |