Class: Aws::VoiceID::Types::DeleteDomainRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the domain you want to delete.

Returns:

  • (String)


294
295
296
297
298
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 294

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