Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileResponse

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_profileTypes::VoiceProfile

The voice profile details.

Returns:



1484
1485
1486
1487
1488
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1484

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