Module: Aws::IoT::Client::_ListThingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListThingsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3123 |
# File 'sig/client.rbs', line 3123
def next_token: () -> ::String
|
#things ⇒ ::Array[Types::ThingAttribute]
3122 |
# File 'sig/client.rbs', line 3122
def things: () -> ::Array[Types::ThingAttribute]
|