Class: Aws::DirectoryService::Types::LogSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::LogSubscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Represents a log subscription, which tracks real-time data from a chosen log group to a specified destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
Identifier (ID) of the directory that you want to associate with the log subscription.
-
#log_group_name ⇒ String
The name of the log group.
-
#subscription_created_date_time ⇒ Time
The date and time that the log subscription was created.
Instance Attribute Details
#directory_id ⇒ String
Identifier (ID) of the directory that you want to associate with the log subscription.
3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3343 class LogSubscription < Struct.new( :directory_id, :log_group_name, :subscription_created_date_time) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The name of the log group.
3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3343 class LogSubscription < Struct.new( :directory_id, :log_group_name, :subscription_created_date_time) SENSITIVE = [] include Aws::Structure end |
#subscription_created_date_time ⇒ Time
The date and time that the log subscription was created.
3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3343 class LogSubscription < Struct.new( :directory_id, :log_group_name, :subscription_created_date_time) SENSITIVE = [] include Aws::Structure end |