Class: Aws::AlexaForBusiness::Types::CreateConferenceProviderResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conference_provider_arnString

The ARN of the newly-created conference provider.

Returns:

  • (String)


761
762
763
764
765
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 761

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