Class: Aws::Chime::Types::CreateVoiceConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateVoiceConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnector
The Amazon Chime Voice Connector details.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnector
The Amazon Chime Voice Connector details.
2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-chime/types.rb', line 2633 class CreateVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |