Struct aws_sdk_networkmanager::input::UpdateSiteInput
source · [−]#[non_exhaustive]pub struct UpdateSiteInput {
pub global_network_id: Option<String>,
pub site_id: Option<String>,
pub description: Option<String>,
pub location: Option<Location>,
}
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.
site_id: Option<String>
The ID of your site.
description: Option<String>
A description of your site.
Constraints: Maximum length of 256 characters.
location: Option<Location>
The site location:
-
Address
: The physical address of the site. -
Latitude
: The latitude of the site. -
Longitude
: The longitude of the site.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSite, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSite, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateSite
>
Creates a new builder-style object to manufacture UpdateSiteInput
The ID of the global network.
A description of your site.
Constraints: Maximum length of 256 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 UpdateSiteInput
impl Send for UpdateSiteInput
impl Sync for UpdateSiteInput
impl Unpin for UpdateSiteInput
impl UnwindSafe for UpdateSiteInput
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