Class: Aws::AlexaForBusiness::Types::GetConferenceProviderResponse

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_providerTypes::ConferenceProvider

The conference provider.



2193
2194
2195
2196
2197
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2193

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