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)


12909
12910
12911
12912
12913
12914
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12909

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

#thingsArray<Types::ThingAttribute>

The things.

Returns:



12909
12910
12911
12912
12913
12914
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12909

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