Struct aws_sdk_codestarconnections::input::CreateConnectionInput [−][src]
#[non_exhaustive]pub struct CreateConnectionInput {
pub provider_type: Option<ProviderType>,
pub connection_name: Option<String>,
pub tags: Option<Vec<Tag>>,
pub host_arn: Option<String>,
}
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.provider_type: Option<ProviderType>
The name of the external provider where your third-party code repository is configured.
connection_name: Option<String>
The name of the connection to be created. The name must be unique in the calling AWS account.
The key-value pair to use when tagging the resource.
host_arn: Option<String>
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnection, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateConnection
>
Creates a new builder-style object to manufacture CreateConnectionInput
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 CreateConnectionInput
impl Send for CreateConnectionInput
impl Sync for CreateConnectionInput
impl Unpin for CreateConnectionInput
impl UnwindSafe for CreateConnectionInput
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