#[non_exhaustive]pub struct CreateConnectAttachmentInput {
pub core_network_id: Option<String>,
pub edge_location: Option<String>,
pub transport_attachment_id: Option<String>,
pub options: Option<ConnectAttachmentOptions>,
pub tags: Option<Vec<Tag>>,
pub client_token: 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.core_network_id: Option<String>
The ID of a core network where you want to create the attachment.
edge_location: Option<String>
The Region where the edge is located.
transport_attachment_id: Option<String>
The ID of the attachment between the two connections.
options: Option<ConnectAttachmentOptions>
Options for creating an attachment.
The list of key-value tags associated with the request.
client_token: Option<String>
The client token associated with the request.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateConnectAttachment, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateConnectAttachment, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateConnectAttachment
>
Creates a new builder-style object to manufacture CreateConnectAttachmentInput
The ID of a core network where you want to create the attachment.
The Region where the edge is located.
The ID of the attachment between the two connections.
Options for creating an attachment.
The list of key-value tags associated with the request.
The client token associated with the request.
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 Send for CreateConnectAttachmentInput
impl Sync for CreateConnectAttachmentInput
impl Unpin for CreateConnectAttachmentInput
impl UnwindSafe for CreateConnectAttachmentInput
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