Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-chimesdkvoice/types.rb', line 3822 class UpdateVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end |