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.
3950 3951 3952 3953 3954 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3950 class UpdateVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end |