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.
3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3921 class UpdateVoiceProfileDomainResponse < Struct.new( :voice_profile_domain) SENSITIVE = [] include Aws::Structure end |