Class: Aws::DirectoryService::Types::ListLogSubscriptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ListLogSubscriptionsResult
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_subscriptions ⇒ Array<Types::LogSubscription>
A list of active LogSubscription objects for calling the Amazon Web Services account.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#log_subscriptions ⇒ Array<Types::LogSubscription>
A list of active LogSubscription objects for calling the Amazon Web Services account.
3235 3236 3237 3238 3239 3240 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3235 class ListLogSubscriptionsResult < Struct.new( :log_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return.
3235 3236 3237 3238 3239 3240 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3235 class ListLogSubscriptionsResult < Struct.new( :log_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |