Class: Aws::AlexaForBusiness::Types::ConferencePreference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

The default conference provider that is used if no other scheduled meetings are detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_conference_provider_arnString

The ARN of the default conference provider.

Returns:

  • (String)


428
429
430
431
432
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 428

class ConferencePreference < Struct.new(
  :default_conference_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end