AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListDeviceEvents operation. Lists the device event history, including device connection status, for up to 30 days.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.ListDeviceEventsRequest

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class ListDeviceEventsRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The ListDeviceEventsRequest type exposes the following members

Constructors

NameDescription
Public Method ListDeviceEventsRequest()

Properties

NameTypeDescription
Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of a device.

Public Property EventType Amazon.AlexaForBusiness.DeviceEventType

Gets and sets the property EventType.

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.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

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.

Public Property NextToken System.String

Gets and sets the property NextToken.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5