Class: Aws::WorkMail::Types::BookingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::BookingOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
At least one delegate must be associated to the resource to disable automatic replies from the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_accept_requests ⇒ Boolean
The resource’s ability to automatically reply to requests.
-
#auto_decline_conflicting_requests ⇒ Boolean
The resource’s ability to automatically decline any conflicting requests.
-
#auto_decline_recurring_requests ⇒ Boolean
The resource’s ability to automatically decline any recurring requests.
Instance Attribute Details
#auto_accept_requests ⇒ Boolean
The resource’s ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-workmail/types.rb', line 281 class BookingOptions < Struct.new( :auto_accept_requests, :auto_decline_recurring_requests, :auto_decline_conflicting_requests) SENSITIVE = [] include Aws::Structure end |
#auto_decline_conflicting_requests ⇒ Boolean
The resource’s ability to automatically decline any conflicting requests.
281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-workmail/types.rb', line 281 class BookingOptions < Struct.new( :auto_accept_requests, :auto_decline_recurring_requests, :auto_decline_conflicting_requests) SENSITIVE = [] include Aws::Structure end |
#auto_decline_recurring_requests ⇒ Boolean
The resource’s ability to automatically decline any recurring requests.
281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-workmail/types.rb', line 281 class BookingOptions < Struct.new( :auto_accept_requests, :auto_decline_recurring_requests, :auto_decline_conflicting_requests) SENSITIVE = [] include Aws::Structure end |