You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT1ClickDevicesService::Types::ListDeviceEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDeviceEventsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  device_id: "__string", # required
  from_time_stamp: Time.now, # required
  max_results: 1,
  next_token: "__string",
  to_time_stamp: Time.now, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

Returns:

  • (String)

#from_time_stampTime

Returns:

  • (Time)

#max_resultsInteger

Returns:

  • (Integer)

#next_tokenString

Returns:

  • (String)

#to_time_stampTime

Returns:

  • (Time)