Class: Aws::AlexaForBusiness::Types::GetConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetConferenceProviderRequest
- 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.
2181 2182 2183 2184 2185 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2181 class GetConferenceProviderRequest < Struct.new( :conference_provider_arn) SENSITIVE = [] include Aws::Structure end |