Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceProfileDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile_domain ⇒ Types::VoiceProfileDomain
The updated details of the voice profile domain.
Instance Attribute Details
#voice_profile_domain ⇒ Types::VoiceProfileDomain
The updated details of the voice profile domain.
3793 3794 3795 3796 3797 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3793 class UpdateVoiceProfileDomainResponse < Struct.new( :voice_profile_domain) SENSITIVE = [] include Aws::Structure end |