Struct aws_sdk_eventbridge::operation::describe_api_destination::DescribeApiDestinationOutput
source · #[non_exhaustive]pub struct DescribeApiDestinationOutput {
pub api_destination_arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub api_destination_state: Option<ApiDestinationState>,
pub connection_arn: Option<String>,
pub invocation_endpoint: Option<String>,
pub http_method: Option<ApiDestinationHttpMethod>,
pub invocation_rate_limit_per_second: Option<i32>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.api_destination_arn: Option<String>The ARN of the API destination retrieved.
name: Option<String>The name of the API destination retrieved.
description: Option<String>The description for the API destination retrieved.
api_destination_state: Option<ApiDestinationState>The state of the API destination retrieved.
connection_arn: Option<String>The ARN of the connection specified for the API destination retrieved.
invocation_endpoint: Option<String>The URL to use to connect to the HTTP endpoint.
http_method: Option<ApiDestinationHttpMethod>The method to use to connect to the HTTP endpoint.
invocation_rate_limit_per_second: 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.
creation_time: Option<DateTime>A time stamp for the time that the API destination was created.
last_modified_time: Option<DateTime>A time stamp for the time that the API destination was last modified.
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 for DescribeApiDestinationOutput
impl PartialEq 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.