Class: Aws::Chime::Types::AccountSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AccountSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see [Use the Policies Page] in the *Amazon Chime Administration Guide*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disable_remote_control ⇒ Boolean
Setting that stops or starts remote control of shared screens during meetings.
-
#enable_dial_out ⇒ Boolean
Setting that allows meeting participants to choose the **Call me at a phone number** option.
Instance Attribute Details
#disable_remote_control ⇒ Boolean
Setting that stops or starts remote control of shared screens during meetings.
118 119 120 121 122 123 |
# File 'lib/aws-sdk-chime/types.rb', line 118 class AccountSettings < Struct.new( :disable_remote_control, :enable_dial_out) SENSITIVE = [] include Aws::Structure end |
#enable_dial_out ⇒ Boolean
Setting that allows meeting participants to choose the **Call me at a phone number** option. For more information, see [Join a Meeting without the Amazon Chime App].
[1]: docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html
118 119 120 121 122 123 |
# File 'lib/aws-sdk-chime/types.rb', line 118 class AccountSettings < Struct.new( :disable_remote_control, :enable_dial_out) SENSITIVE = [] include Aws::Structure end |