Struct aws_sdk_workmail::input::UpdateResourceInput [−][src]
#[non_exhaustive]pub struct UpdateResourceInput {
pub organization_id: Option<String>,
pub resource_id: Option<String>,
pub name: Option<String>,
pub booking_options: Option<BookingOptions>,
}
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.organization_id: Option<String>
The identifier associated with the organization for which the resource is updated.
resource_id: Option<String>
The identifier of the resource to be updated.
name: Option<String>
The name of the resource to be updated.
booking_options: Option<BookingOptions>
The resource's booking options to be updated.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResource, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResource, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateResource
>
Creates a new builder-style object to manufacture UpdateResourceInput
The identifier associated with the organization for which the resource is updated.
The identifier of the resource to be updated.
The resource's booking options to be updated.
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 UpdateResourceInput
impl Send for UpdateResourceInput
impl Sync for UpdateResourceInput
impl Unpin for UpdateResourceInput
impl UnwindSafe for UpdateResourceInput
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