Class: Aws::DirectoryService::Types::RegisterEventTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegisterEventTopicRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Registers a new event topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The Directory ID that will publish status messages to the Amazon SNS topic.
-
#topic_name ⇒ String
The Amazon SNS topic name to which the directory will publish status messages.
Instance Attribute Details
#directory_id ⇒ String
The Directory ID that will publish status messages to the Amazon SNS topic.
3659 3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3659 class RegisterEventTopicRequest < Struct.new( :directory_id, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
The Amazon SNS topic name to which the directory will publish status messages. This Amazon SNS topic must be in the same region as the specified Directory ID.
3659 3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3659 class RegisterEventTopicRequest < Struct.new( :directory_id, :topic_name) SENSITIVE = [] include Aws::Structure end |