Class: Aws::Chime::Types::GetVoiceConnectorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connectorTypes::VoiceConnector

The Amazon Chime Voice Connector details.



4581
4582
4583
4584
4585
# File 'lib/aws-sdk-chime/types.rb', line 4581

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