class Aws::AlexaForBusiness::Types::ListDeviceEventsRequest
@note When making an API call, you may pass ListDeviceEventsRequest
data as a hash: { device_arn: "Arn", # required event_type: "CONNECTION_STATUS", # accepts CONNECTION_STATUS, DEVICE_STATUS next_token: "NextToken", max_results: 1, }
@!attribute [rw] device_arn
The ARN of a device. @return [String]
@!attribute [rw] event_type
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. @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] max_results
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ListDeviceEventsRequest AWS API Documentation
Constants
- SENSITIVE