Class: Aws::DirectoryService::Types::EventTopic
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::EventTopic
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Information about Amazon SNS topic and Directory Service directory associations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date_time ⇒ Time
The date and time of when you associated your directory with the Amazon SNS topic.
-
#directory_id ⇒ String
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
-
#status ⇒ String
The topic registration status.
-
#topic_arn ⇒ String
The Amazon SNS topic ARN (Amazon Resource Name).
-
#topic_name ⇒ String
The name of an Amazon SNS topic the receives status messages from the directory.
Instance Attribute Details
#created_date_time ⇒ Time
The date and time of when you associated your directory with the Amazon SNS topic.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2766 class EventTopic < Struct.new( :directory_id, :topic_name, :topic_arn, :created_date_time, :status) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2766 class EventTopic < Struct.new( :directory_id, :topic_name, :topic_arn, :created_date_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The topic registration status.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2766 class EventTopic < Struct.new( :directory_id, :topic_name, :topic_arn, :created_date_time, :status) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The Amazon SNS topic ARN (Amazon Resource Name).
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2766 class EventTopic < Struct.new( :directory_id, :topic_name, :topic_arn, :created_date_time, :status) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
The name of an Amazon SNS topic the receives status messages from the directory.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2766 class EventTopic < Struct.new( :directory_id, :topic_name, :topic_arn, :created_date_time, :status) SENSITIVE = [] include Aws::Structure end |