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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-chimesdkvoice/types.rb', line 655

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