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:



655
656
657
658
659
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 655

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