Class: Aws::AlexaForBusiness::Types::GetConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetConferenceProviderRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2166 2167 2168 2169 2170 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2166 class GetConferenceProviderRequest < Struct.new( :conference_provider_arn) SENSITIVE = [] include Aws::Structure end |