Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileDomainResponse

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 details of the voice profile domain.



1460
1461
1462
1463
1464
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1460

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