Class: Aws::AlexaForBusiness::Types::CreateConferenceProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateConferenceProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conference_provider_arn ⇒ String
The ARN of the newly-created conference provider.
Instance Attribute Details
#conference_provider_arn ⇒ String
The ARN of the newly-created conference provider.
761 762 763 764 765 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 761 class CreateConferenceProviderResponse < Struct.new( :conference_provider_arn) SENSITIVE = [] include Aws::Structure end |