Class: Aws::VoiceID::Types::DeleteWatchlistRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that contains the watchlist.

Returns:

  • (String)


344
345
346
347
348
349
# File 'lib/aws-sdk-voiceid/types.rb', line 344

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

#watchlist_idString

The identifier of the watchlist to be deleted.

Returns:

  • (String)


344
345
346
347
348
349
# File 'lib/aws-sdk-voiceid/types.rb', line 344

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