Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile ⇒ Types::VoiceProfile
The updated voice profile settings.
Instance Attribute Details
#voice_profile ⇒ Types::VoiceProfile
The updated voice profile settings.
3822 3823 3824 3825 3826 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3822 class UpdateVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end |