Class: Aws::IoT::Types::ListThingGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingGroupsResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#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. Will not be returned if operation has returned all results.
11532 11533 11534 11535 11536 11537 |
# File 'lib/aws-sdk-iot/types.rb', line 11532 class ListThingGroupsResponse < Struct.new( :thing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#thing_groups ⇒ Array<Types::GroupNameAndArn>
The thing groups.
11532 11533 11534 11535 11536 11537 |
# File 'lib/aws-sdk-iot/types.rb', line 11532 class ListThingGroupsResponse < Struct.new( :thing_groups, :next_token) SENSITIVE = [] include Aws::Structure end |