Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceProfileDomainResponse
- 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 details of the voice profile domain.
Instance Attribute Details
#voice_profile_domain ⇒ Types::VoiceProfileDomain
The details of the voice profile domain.
1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1460 class GetVoiceProfileDomainResponse < Struct.new( :voice_profile_domain) SENSITIVE = [] include Aws::Structure end |