Class: Aws::IoT1ClickDevicesService::Types::ListDeviceEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::ListDeviceEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #device_id ⇒ String
- #from_time_stamp ⇒ Time
- #max_results ⇒ Integer
- #next_token ⇒ String
- #to_time_stamp ⇒ Time
Instance Attribute Details
#device_id ⇒ String
379 380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 379 class ListDeviceEventsRequest < Struct.new( :device_id, :from_time_stamp, :max_results, :next_token, :to_time_stamp) SENSITIVE = [] include Aws::Structure end |
#from_time_stamp ⇒ Time
379 380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 379 class ListDeviceEventsRequest < Struct.new( :device_id, :from_time_stamp, :max_results, :next_token, :to_time_stamp) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
379 380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 379 class ListDeviceEventsRequest < Struct.new( :device_id, :from_time_stamp, :max_results, :next_token, :to_time_stamp) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
379 380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 379 class ListDeviceEventsRequest < Struct.new( :device_id, :from_time_stamp, :max_results, :next_token, :to_time_stamp) SENSITIVE = [] include Aws::Structure end |
#to_time_stamp ⇒ Time
379 380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 379 class ListDeviceEventsRequest < Struct.new( :device_id, :from_time_stamp, :max_results, :next_token, :to_time_stamp) SENSITIVE = [] include Aws::Structure end |