You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::ListLogSubscriptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListLogSubscriptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId",
  next_token: "NextToken",
  limit: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

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 AWS account. If there are no log subscriptions for the AWS account or the directory, an empty list will be returned.

Returns:

  • (String)

    If a DirectoryID is provided, lists only the log subscription associated with that directory.

#limitInteger

The maximum number of items returned.

Returns:

  • (Integer)

    The maximum number of items returned.

#next_tokenString

The token for the next set of items to return.

Returns:

  • (String)

    The token for the next set of items to return.