Struct aws_sdk_apprunner::model::ConnectionSummary [−][src]
#[non_exhaustive]pub struct ConnectionSummary {
pub connection_name: Option<String>,
pub connection_arn: Option<String>,
pub provider_type: Option<ProviderType>,
pub status: Option<ConnectionStatus>,
pub created_at: Option<DateTime>,
}
Expand description
Provides summary information about an App Runner connection resource.
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_name: Option<String>
The customer-provided connection name.
connection_arn: Option<String>
The Amazon Resource Name (ARN) of this connection.
provider_type: Option<ProviderType>
The source repository provider.
status: Option<ConnectionStatus>
The current state of the App Runner connection. When the state is AVAILABLE
, you can use the connection to create an App Runner service.
created_at: Option<DateTime>
The App Runner connection creation time, expressed as a Unix time stamp.
Implementations
The customer-provided connection name.
The Amazon Resource Name (ARN) of this connection.
The source repository provider.
The current state of the App Runner connection. When the state is AVAILABLE
, you can use the connection to create an App Runner service.
The App Runner connection creation time, expressed as a Unix time stamp.
Creates a new builder-style object to manufacture ConnectionSummary
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 ConnectionSummary
impl Send for ConnectionSummary
impl Sync for ConnectionSummary
impl Unpin for ConnectionSummary
impl UnwindSafe for ConnectionSummary
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