Class: Aws::IoT1ClickDevicesService::Types::DeviceEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::DeviceEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::DeviceEvent>
An array of zero or more elements describing the event(s) associated with the device.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#events ⇒ Array<Types::DeviceEvent>
An array of zero or more elements describing the event(s) associated with the device.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 176 class DeviceEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 176 class DeviceEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |