Class: Aws::AlexaForBusiness::Types::DeleteConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteConferenceProviderRequest
- 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 conference provider.
Instance Attribute Details
#conference_provider_arn ⇒ String
The ARN of the conference provider.
1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1372 class DeleteConferenceProviderRequest < Struct.new( :conference_provider_arn) SENSITIVE = [] include Aws::Structure end |