Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile_domain ⇒ Types::VoiceProfileDomain
The requested voice profile domain.
Instance Attribute Details
#voice_profile_domain ⇒ Types::VoiceProfileDomain
The requested voice profile domain.
664 665 666 667 668 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 664 class CreateVoiceProfileDomainResponse < Struct.new( :voice_profile_domain) SENSITIVE = [] include Aws::Structure end |