Class: Aws::AlexaForBusiness::Types::ListDeviceEventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#device_eventsArray<Types::DeviceEvent>

The device events requested for the device ARN.

Returns:



2109
2110
2111
2112
2113
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2109

class ListDeviceEventsResponse < Struct.new(
  :device_events,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


2109
2110
2111
2112
2113
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2109

class ListDeviceEventsResponse < Struct.new(
  :device_events,
  :next_token)
  include Aws::Structure
end