Class: Aws::IoT::Types::ListThingsInThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingsInThingGroupResponse
- 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.
-
#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.
12587 12588 12589 12590 12591 12592 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12587 class ListThingsInThingGroupResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |
#things ⇒ Array<String>
The things in the specified thing group.
12587 12588 12589 12590 12591 12592 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12587 class ListThingsInThingGroupResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |