Class: Aws::VoiceID::Types::DeleteWatchlistRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DeleteWatchlistRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
-
#watchlist_id ⇒ String
The identifier of the watchlist to be deleted.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
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_id ⇒ String
The identifier of the watchlist to be deleted.
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 |