Class: Aws::IoT::Types::ListThingsInThingGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


11351
11352
11353
11354
11355
11356
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11351

class ListThingsInThingGroupResponse < Struct.new(
  :things,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#thingsArray<String>

The things in the specified thing group.

Returns:

  • (Array<String>)


11351
11352
11353
11354
11355
11356
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11351

class ListThingsInThingGroupResponse < Struct.new(
  :things,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end