Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connectorTypes::VoiceConnector

The Voice Connector details.



1456
1457
1458
1459
1460
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1456

class GetVoiceConnectorResponse < Struct.new(
  :voice_connector)
  SENSITIVE = []
  include Aws::Structure
end