Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnector
The Voice Connector details.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnector
The Voice Connector details.
1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1364 class GetVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |