workmail_update_resource: Updates data for the resource

View source: R/workmail_operations.R

workmail_update_resourceR Documentation

Updates data for the resource

Description

Updates data for the resource. To have the latest information, it must be preceded by a describe_resource call. The dataset in the request should be the one expected when performing another describe_resource call.

See https://www.paws-r-sdk.com/docs/workmail_update_resource/ for full documentation.

Usage

workmail_update_resource(
  OrganizationId,
  ResourceId,
  Name = NULL,
  BookingOptions = NULL
)

Arguments

OrganizationId

[required] The identifier associated with the organization for which the resource is updated.

ResourceId

[required] The identifier of the resource to be updated.

Name

The name of the resource to be updated.

BookingOptions

The resource's booking options to be updated.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.