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

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

#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 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.

Returns:

  • (String)


3152
3153
3154
3155
3156
3157
3158
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3152

class ListLogSubscriptionsRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of items returned.

Returns:

  • (Integer)


3152
3153
3154
3155
3156
3157
3158
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3152

class ListLogSubscriptionsRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return.

Returns:

  • (String)


3152
3153
3154
3155
3156
3157
3158
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3152

class ListLogSubscriptionsRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end