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 ListLogSubscriptions operation. Lists the active log subscriptions for the Amazon Web Services account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.ListLogSubscriptionsRequest

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

Syntax

C#
public class ListLogSubscriptionsRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

The ListLogSubscriptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.

Public Property Limit System.Int32

Gets and sets the property Limit.

The maximum number of items returned.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of items to return.

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