Class: Aws::DirectoryService::Types::ListLogSubscriptionsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#log_subscriptionsArray<Types::LogSubscription>

A list of active LogSubscription objects for calling the AWS account.

Returns:



2287
2288
2289
2290
2291
# File 'lib/aws-sdk-directoryservice/types.rb', line 2287

class ListLogSubscriptionsResult < Struct.new(
  :log_subscriptions,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return.

Returns:

  • (String)


2287
2288
2289
2290
2291
# File 'lib/aws-sdk-directoryservice/types.rb', line 2287

class ListLogSubscriptionsResult < Struct.new(
  :log_subscriptions,
  :next_token)
  include Aws::Structure
end