Struct aws_sdk_directory::model::EventTopic
source · [−]#[non_exhaustive]pub struct EventTopic { /* private fields */ }Expand description
Information about Amazon SNS topic and Directory Service directory associations.
Implementations
sourceimpl EventTopic
impl EventTopic
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
sourcepub fn topic_name(&self) -> Option<&str>
pub fn topic_name(&self) -> Option<&str>
The name of an Amazon SNS topic the receives status messages from the directory.
sourcepub fn created_date_time(&self) -> Option<&DateTime>
pub fn created_date_time(&self) -> Option<&DateTime>
The date and time of when you associated your directory with the Amazon SNS topic.
sourcepub fn status(&self) -> Option<&TopicStatus>
pub fn status(&self) -> Option<&TopicStatus>
The topic registration status.
sourceimpl EventTopic
impl EventTopic
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventTopic.
Trait Implementations
sourceimpl Clone for EventTopic
impl Clone for EventTopic
sourcefn clone(&self) -> EventTopic
fn clone(&self) -> EventTopic
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EventTopic
impl Debug for EventTopic
sourceimpl PartialEq<EventTopic> for EventTopic
impl PartialEq<EventTopic> for EventTopic
sourcefn eq(&self, other: &EventTopic) -> bool
fn eq(&self, other: &EventTopic) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for EventTopic
Auto Trait Implementations
impl RefUnwindSafe for EventTopic
impl Send for EventTopic
impl Sync for EventTopic
impl Unpin for EventTopic
impl UnwindSafe for EventTopic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more