You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkMail::Types::BookingOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BookingOptions as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_accept_requestsBoolean

The resource\'s ability to automatically reply to requests. If disabled, delegates must be associated to the resource.

Returns:

  • (Boolean)

    The resource\'s ability to automatically reply to requests.

#auto_decline_conflicting_requestsBoolean

The resource\'s ability to automatically decline any conflicting requests.

Returns:

  • (Boolean)

    The resource\'s ability to automatically decline any conflicting requests.

#auto_decline_recurring_requestsBoolean

The resource\'s ability to automatically decline any recurring requests.

Returns:

  • (Boolean)

    The resource\'s ability to automatically decline any recurring requests.