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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_subscriptionsArray<Types::LogSubscription>

A list of active LogSubscription objects for calling the Amazon Web Services account.

Returns:



3171
3172
3173
3174
3175
3176
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3171

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

#next_tokenString

The token for the next set of items to return.

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3171

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