Class: Aws::AlexaForBusiness::Types::ListDeviceEventsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of a device.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2680

class ListDeviceEventsRequest < Struct.new(
  :device_arn,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The event type to filter device events. If EventType isn’t specified, this returns a list of all device events in reverse chronological order. If EventType is specified, this returns a list of device events for that EventType in reverse chronological order.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2680

class ListDeviceEventsRequest < Struct.new(
  :device_arn,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to include in the response. The default value is 50. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

Returns:

  • (Integer)


2680
2681
2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2680

class ListDeviceEventsRequest < Struct.new(
  :device_arn,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. When the end of results is reached, the response has a value of null.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2680

class ListDeviceEventsRequest < Struct.new(
  :device_arn,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end