Struct aws_sdk_appmesh::input::UpdateMeshInput [−][src]
#[non_exhaustive]pub struct UpdateMeshInput {
pub mesh_name: Option<String>,
pub spec: Option<MeshSpec>,
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.mesh_name: Option<String>
The name of the service mesh to update.
spec: Option<MeshSpec>
The service mesh specification to apply.
client_token: Option<String>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateMesh, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateMesh, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMesh
>
Creates a new builder-style object to manufacture UpdateMeshInput
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
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 UpdateMeshInput
impl Send for UpdateMeshInput
impl Sync for UpdateMeshInput
impl Unpin for UpdateMeshInput
impl UnwindSafe for UpdateMeshInput
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