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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_eventsArray<Types::DeviceEvent>

The device events requested for the device ARN.

Returns:



2699
2700
2701
2702
2703
2704
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2699

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

#next_tokenString

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

Returns:

  • (String)


2699
2700
2701
2702
2703
2704
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2699

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