class Aws::WorkMail::Types::BookingOptions

At least one delegate must be associated to the resource to disable automatic replies from the resource.

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

data as a hash:

    {
      auto_accept_requests: false,
      auto_decline_recurring_requests: false,
      auto_decline_conflicting_requests: false,
    }

@!attribute [rw] auto_accept_requests

The resource's ability to automatically reply to requests. If
disabled, delegates must be associated to the resource.
@return [Boolean]

@!attribute [rw] auto_decline_recurring_requests

The resource's ability to automatically decline any recurring
requests.
@return [Boolean]

@!attribute [rw] auto_decline_conflicting_requests

The resource's ability to automatically decline any conflicting
requests.
@return [Boolean]

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

Constants

SENSITIVE