pub struct DescribeEventBus { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeEventBus
.
Displays details about an event bus in your account. This can include the external Amazon Web Services accounts that are permitted to write events to your default event bus, and the associated policy. For custom event buses and partner event buses, it displays the name, ARN, policy, state, and creation time.
To enable your account to receive events from other accounts on its default event bus, use PutPermission.
For more information about partner event buses, see CreateEventBus.
Implementations
sourceimpl DescribeEventBus
impl DescribeEventBus
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeEventBus, AwsResponseRetryClassifier>, SdkError<DescribeEventBusError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeEventBus, AwsResponseRetryClassifier>, SdkError<DescribeEventBusError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeEventBusOutput, SdkError<DescribeEventBusError>>
pub async fn send(
self
) -> Result<DescribeEventBusOutput, SdkError<DescribeEventBusError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Trait Implementations
sourceimpl Clone for DescribeEventBus
impl Clone for DescribeEventBus
sourcefn clone(&self) -> DescribeEventBus
fn clone(&self) -> DescribeEventBus
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more