Struct aws_sdk_networkmanager::input::UpdateLinkInput
source · [−]#[non_exhaustive]pub struct UpdateLinkInput {
pub global_network_id: Option<String>,
pub link_id: Option<String>,
pub description: Option<String>,
pub type: Option<String>,
pub bandwidth: Option<Bandwidth>,
pub provider: 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.global_network_id: Option<String>
The ID of the global network.
link_id: Option<String>
The ID of the link.
description: Option<String>
A description of the link.
Constraints: Maximum length of 256 characters.
type: Option<String>
The type of the link.
Constraints: Maximum length of 128 characters.
bandwidth: Option<Bandwidth>
The upload and download speed in Mbps.
provider: Option<String>
The provider of the link.
Constraints: Maximum length of 128 characters.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateLink, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateLink, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateLink
>
Creates a new builder-style object to manufacture UpdateLinkInput
The ID of the global network.
A description of the link.
Constraints: Maximum length of 256 characters.
The type of the link.
Constraints: Maximum length of 128 characters.
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 UpdateLinkInput
impl Send for UpdateLinkInput
impl Sync for UpdateLinkInput
impl Unpin for UpdateLinkInput
impl UnwindSafe for UpdateLinkInput
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