Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_profile_id ⇒ String
The voice profile ID.
Instance Attribute Details
#voice_profile_id ⇒ String
The voice profile ID.
1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1472 class GetVoiceProfileRequest < Struct.new( :voice_profile_id) SENSITIVE = [] include Aws::Structure end |