Class: Aws::IoT::Types::ListThingsResponse

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

Overview

The output from the ListThings operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results. Will not be returned if operation has returned all results.

Returns:

  • (String)


11413
11414
11415
11416
11417
11418
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11413

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

#thingsArray<Types::ThingAttribute>

The things.

Returns:



11413
11414
11415
11416
11417
11418
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11413

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