Module: Aws::IoT::Client::_SearchIndexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchIndexResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #thing_groups ⇒ ::Array[Types::ThingGroupDocument]
- #things ⇒ ::Array[Types::ThingDocument]
Instance Method Details
#next_token ⇒ ::String
3336 |
# File 'sig/client.rbs', line 3336
def next_token: () -> ::String
|
#thing_groups ⇒ ::Array[Types::ThingGroupDocument]
3338 |
# File 'sig/client.rbs', line 3338
def thing_groups: () -> ::Array[Types::ThingGroupDocument]
|
#things ⇒ ::Array[Types::ThingDocument]
3337 |
# File 'sig/client.rbs', line 3337
def things: () -> ::Array[Types::ThingDocument]
|