Class: Aws::AlexaForBusiness::Types::MeetingSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::MeetingSetting
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#require_pin ⇒ String
The values that indicate whether the pin is always required.
Instance Attribute Details
#require_pin ⇒ String
The values that indicate whether the pin is always required.
3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3035 class MeetingSetting < Struct.new( :require_pin) SENSITIVE = [] include Aws::Structure end |