Class: Aws::IoT::Types::ListThingsInThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingsInThingGroupResponse
- 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, or null if there are no additional results.
-
#things ⇒ Array<String>
The things in the specified thing group.
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.
11843 11844 11845 11846 11847 11848 |
# File 'lib/aws-sdk-iot/types.rb', line 11843 class ListThingsInThingGroupResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |
#things ⇒ Array<String>
The things in the specified thing group.
11843 11844 11845 11846 11847 11848 |
# File 'lib/aws-sdk-iot/types.rb', line 11843 class ListThingsInThingGroupResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |