Class: Aws::ChimeSDKVoice::Types::DeleteVoiceProfileRequest

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_profile_idString

The voice profile ID.

Returns:

  • (String)


885
886
887
888
889
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 885

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