Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnector
The details of the Voice Connector.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnector
The details of the Voice Connector.
586 587 588 589 590 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 586 class CreateVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |