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

Class: Aws::AlexaForBusiness::Types::MeetingSetting

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

Overview

Note:

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

{
  require_pin: "YES", # required, accepts YES, NO, OPTIONAL
}

The values that indicate whether a pin is always required (YES), never required (NO), or OPTIONAL.

  • If YES, Alexa will always ask for a meeting pin.

  • If NO, Alexa will never ask for a meeting pin.

  • If OPTIONAL, Alexa will ask if you have a meeting pin and if the customer responds with yes, it will ask for the meeting pin.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#require_pinString

The values that indicate whether the pin is always required.

Possible values:

  • YES
  • NO
  • OPTIONAL

Returns:

  • (String)

    The values that indicate whether the pin is always required.