Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainResponse
- 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 requested voice profile domain.
Instance Attribute Details
#voice_profile_domain ⇒ Types::VoiceProfileDomain
The requested voice profile domain.
631 632 633 634 635 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 631 class CreateVoiceProfileDomainResponse < Struct.new( :voice_profile_domain) SENSITIVE = [] include Aws::Structure end |