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