Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainResponse

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 requested voice profile domain.



631
632
633
634
635
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 631

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