Struct aws_sdk_eventbridge::operation::describe_api_destination::DescribeApiDestinationOutput
source · #[non_exhaustive]pub struct DescribeApiDestinationOutput { /* private fields */ }
Implementations§
source§impl DescribeApiDestinationOutput
impl DescribeApiDestinationOutput
sourcepub fn api_destination_arn(&self) -> Option<&str>
pub fn api_destination_arn(&self) -> Option<&str>
The ARN of the API destination retrieved.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for the API destination retrieved.
sourcepub fn api_destination_state(&self) -> Option<&ApiDestinationState>
pub fn api_destination_state(&self) -> Option<&ApiDestinationState>
The state of the API destination retrieved.
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The ARN of the connection specified for the API destination retrieved.
sourcepub fn invocation_endpoint(&self) -> Option<&str>
pub fn invocation_endpoint(&self) -> Option<&str>
The URL to use to connect to the HTTP endpoint.
sourcepub fn http_method(&self) -> Option<&ApiDestinationHttpMethod>
pub fn http_method(&self) -> Option<&ApiDestinationHttpMethod>
The method to use to connect to the HTTP endpoint.
sourcepub fn invocation_rate_limit_per_second(&self) -> Option<i32>
pub fn invocation_rate_limit_per_second(&self) -> Option<i32>
The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
A time stamp for the time that the API destination was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
A time stamp for the time that the API destination was last modified.
source§impl DescribeApiDestinationOutput
impl DescribeApiDestinationOutput
sourcepub fn builder() -> DescribeApiDestinationOutputBuilder
pub fn builder() -> DescribeApiDestinationOutputBuilder
Creates a new builder-style object to manufacture DescribeApiDestinationOutput
.
Trait Implementations§
source§impl Clone for DescribeApiDestinationOutput
impl Clone for DescribeApiDestinationOutput
source§fn clone(&self) -> DescribeApiDestinationOutput
fn clone(&self) -> DescribeApiDestinationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeApiDestinationOutput
impl Debug for DescribeApiDestinationOutput
source§impl PartialEq<DescribeApiDestinationOutput> for DescribeApiDestinationOutput
impl PartialEq<DescribeApiDestinationOutput> for DescribeApiDestinationOutput
source§fn eq(&self, other: &DescribeApiDestinationOutput) -> bool
fn eq(&self, other: &DescribeApiDestinationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeApiDestinationOutput
impl RequestId for DescribeApiDestinationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.