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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/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 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 428

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