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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4581

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