Struct aws_sdk_eventbridge::output::CreateConnectionOutput
source ·
[−]#[non_exhaustive]pub struct CreateConnectionOutput {
pub connection_arn: Option<String>,
pub connection_state: Option<ConnectionState>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
}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.connection_arn: Option<String>The ARN of the connection that was created by the request.
connection_state: Option<ConnectionState>The state of the connection that was created by the request.
creation_time: Option<DateTime>A time stamp for the time that the connection was created.
last_modified_time: Option<DateTime>A time stamp for the time that the connection was last updated.
Implementations
The ARN of the connection that was created by the request.
The state of the connection that was created by the request.
A time stamp for the time that the connection was created.
A time stamp for the time that the connection was last updated.
Creates a new builder-style object to manufacture CreateConnectionOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateConnectionOutput
impl Send for CreateConnectionOutput
impl Sync for CreateConnectionOutput
impl Unpin for CreateConnectionOutput
impl UnwindSafe for CreateConnectionOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
