Class: Aws::IoTDataPlane::Types::ListNamedShadowsForThingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/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)


194
195
196
197
198
199
200
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 194

class ListNamedShadowsForThingResponse < Struct.new(
  :results,
  :next_token,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<String>

The list of shadows for the specified thing.

Returns:

  • (Array<String>)


194
195
196
197
198
199
200
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 194

class ListNamedShadowsForThingResponse < Struct.new(
  :results,
  :next_token,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampInteger

The Epoch date and time the response was generated by IoT.

Returns:

  • (Integer)


194
195
196
197
198
199
200
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 194

class ListNamedShadowsForThingResponse < Struct.new(
  :results,
  :next_token,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end