Module: Aws::IoT::Client::_ListThingGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListThingGroupsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3027 |
# File 'sig/client.rbs', line 3027
def next_token: () -> ::String
|
#thing_groups ⇒ ::Array[Types::GroupNameAndArn]
3026 |
# File 'sig/client.rbs', line 3026
def thing_groups: () -> ::Array[Types::GroupNameAndArn]
|