Struct aws_sdk_iot::model::TopicRuleDestinationSummary
source · [−]#[non_exhaustive]pub struct TopicRuleDestinationSummary { /* private fields */ }Expand description
Information about the topic rule destination.
Implementations
sourceimpl TopicRuleDestinationSummary
impl TopicRuleDestinationSummary
sourcepub fn status(&self) -> Option<&TopicRuleDestinationStatus>
pub fn status(&self) -> Option<&TopicRuleDestinationStatus>
The status of the topic rule destination. Valid values are:
- IN_PROGRESS
-
A topic rule destination was created but has not been confirmed. You can set
statustoIN_PROGRESSby callingUpdateTopicRuleDestination. CallingUpdateTopicRuleDestinationcauses a new confirmation challenge to be sent to your confirmation endpoint. - ENABLED
-
Confirmation was completed, and traffic to this destination is allowed. You can set
statustoDISABLEDby callingUpdateTopicRuleDestination. - DISABLED
-
Confirmation was completed, and traffic to this destination is not allowed. You can set
statustoENABLEDby callingUpdateTopicRuleDestination. - ERROR
-
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestinationfor details about the error. You can setstatustoIN_PROGRESSby callingUpdateTopicRuleDestination. CallingUpdateTopicRuleDestinationcauses a new confirmation challenge to be sent to your confirmation endpoint.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time when the topic rule destination was created.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The date and time when the topic rule destination was last updated.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason the topic rule destination is in the current status.
sourcepub fn http_url_summary(&self) -> Option<&HttpUrlDestinationSummary>
pub fn http_url_summary(&self) -> Option<&HttpUrlDestinationSummary>
Information about the HTTP URL.
sourcepub fn vpc_destination_summary(&self) -> Option<&VpcDestinationSummary>
pub fn vpc_destination_summary(&self) -> Option<&VpcDestinationSummary>
Information about the virtual private cloud (VPC) connection.
sourceimpl TopicRuleDestinationSummary
impl TopicRuleDestinationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TopicRuleDestinationSummary.
Trait Implementations
sourceimpl Clone for TopicRuleDestinationSummary
impl Clone for TopicRuleDestinationSummary
sourcefn clone(&self) -> TopicRuleDestinationSummary
fn clone(&self) -> TopicRuleDestinationSummary
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more