Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile ⇒ Types::VoiceProfile
The requested voice profile.
Instance Attribute Details
#voice_profile ⇒ Types::VoiceProfile
The requested voice profile.
655 656 657 658 659 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 655 class CreateVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end |