Class: Aws::DirectoryService::Types::EventTopic

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_date_timeTime

The date and time of when you associated your directory with the Amazon SNS topic.

Returns:

  • (Time)


2702
2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-directoryservice/types.rb', line 2702

class EventTopic < Struct.new(
  :directory_id,
  :topic_name,
  :topic_arn,
  :created_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#directory_idString

The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-directoryservice/types.rb', line 2702

class EventTopic < Struct.new(
  :directory_id,
  :topic_name,
  :topic_arn,
  :created_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The topic registration status.

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-directoryservice/types.rb', line 2702

class EventTopic < Struct.new(
  :directory_id,
  :topic_name,
  :topic_arn,
  :created_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

The Amazon SNS topic ARN (Amazon Resource Name).

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-directoryservice/types.rb', line 2702

class EventTopic < Struct.new(
  :directory_id,
  :topic_name,
  :topic_arn,
  :created_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

The name of an Amazon SNS topic the receives status messages from the directory.

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-directoryservice/types.rb', line 2702

class EventTopic < Struct.new(
  :directory_id,
  :topic_name,
  :topic_arn,
  :created_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end