Class: Aws::Chime::Types::CreateVoiceConnectorResponse

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.



2633
2634
2635
2636
2637
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2633

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