Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_profile_domainTypes::VoiceProfileDomain

The updated details of the voice profile domain.



3793
3794
3795
3796
3797
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3793

class UpdateVoiceProfileDomainResponse < Struct.new(
  :voice_profile_domain)
  SENSITIVE = []
  include Aws::Structure
end