class Aws::WorkMail::Types::UpdateResourceRequest

@note When making an API call, you may pass UpdateResourceRequest

data as a hash:

    {
      organization_id: "OrganizationId", # required
      resource_id: "ResourceId", # required
      name: "ResourceName",
      booking_options: {
        auto_accept_requests: false,
        auto_decline_recurring_requests: false,
        auto_decline_conflicting_requests: false,
      },
    }

@!attribute [rw] organization_id

The identifier associated with the organization for which the
resource is updated.
@return [String]

@!attribute [rw] resource_id

The identifier of the resource to be updated.
@return [String]

@!attribute [rw] name

The name of the resource to be updated.
@return [String]

@!attribute [rw] booking_options

The resource's booking options to be updated.
@return [Types::BookingOptions]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/UpdateResourceRequest AWS API Documentation

Constants

SENSITIVE