Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse

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 updated voice profile settings.

Returns:



3814
3815
3816
3817
3818
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3814

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