Class: Aws::IoTDataPlane::Types::ListNamedShadowsForThingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::ListNamedShadowsForThingResponse
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/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.
-
#results ⇒ Array<String>
The list of shadows for the specified thing.
-
#timestamp ⇒ Integer
The Epoch date and time the response was generated by IoT.
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.
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 |
#results ⇒ Array<String>
The list of shadows for the specified thing.
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 |
#timestamp ⇒ Integer
The Epoch date and time the response was generated by IoT.
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 |