Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile ⇒ Types::VoiceProfile
The voice profile details.
Instance Attribute Details
#voice_profile ⇒ Types::VoiceProfile
The voice profile details.
1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1484 class GetVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end |