#[non_exhaustive]pub struct CreateConnectAttachmentInput { /* private fields */ }
Implementations§
source§impl CreateConnectAttachmentInput
impl CreateConnectAttachmentInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateConnectAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateConnectAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConnectAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConnectAttachmentInput
.
source§impl CreateConnectAttachmentInput
impl CreateConnectAttachmentInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network where you want to create the attachment.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The Region where the edge is located.
sourcepub fn transport_attachment_id(&self) -> Option<&str>
pub fn transport_attachment_id(&self) -> Option<&str>
The ID of the attachment between the two connections.
sourcepub fn options(&self) -> Option<&ConnectAttachmentOptions>
pub fn options(&self) -> Option<&ConnectAttachmentOptions>
Options for creating an attachment.
The list of key-value tags associated with the request.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The client token associated with the request.
Trait Implementations§
source§impl Clone for CreateConnectAttachmentInput
impl Clone for CreateConnectAttachmentInput
source§fn clone(&self) -> CreateConnectAttachmentInput
fn clone(&self) -> CreateConnectAttachmentInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateConnectAttachmentInput
impl Debug for CreateConnectAttachmentInput
source§impl PartialEq<CreateConnectAttachmentInput> for CreateConnectAttachmentInput
impl PartialEq<CreateConnectAttachmentInput> for CreateConnectAttachmentInput
source§fn eq(&self, other: &CreateConnectAttachmentInput) -> bool
fn eq(&self, other: &CreateConnectAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.