Class: Aws::IoT::Types::ListThingGroupsForThingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingGroupsForThingResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#thing_groups ⇒ Array<Types::GroupNameAndArn>
The thing groups.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12292 12293 12294 12295 12296 12297 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12292 class ListThingGroupsForThingResponse < Struct.new( :thing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#thing_groups ⇒ Array<Types::GroupNameAndArn>
The thing groups.
12292 12293 12294 12295 12296 12297 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12292 class ListThingGroupsForThingResponse < Struct.new( :thing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |