Class: Aws::ChimeSDKVoice::Types::DeleteVoiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::DeleteVoiceProfileRequest
- Defined in:
- gems/aws-sdk-chimesdkvoice/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.
931 932 933 934 935 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 931 class DeleteVoiceProfileRequest < Struct.new( :voice_profile_id) SENSITIVE = [] include Aws::Structure end |