Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_profileTypes::VoiceProfile

The requested voice profile.

Returns:



694
695
696
697
698
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 694

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