Class: Aws::VoiceID::Types::UpdateWatchlistRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::UpdateWatchlistRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
A brief description about this watchlist.
-
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
-
#name ⇒ String
The name of the watchlist.
-
#watchlist_id ⇒ String
The identifier of the watchlist to be updated.
Instance Attribute Details
#description ⇒ String
A brief description about this watchlist.
2248 2249 2250 2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2248 class UpdateWatchlistRequest < Struct.new( :description, :domain_id, :name, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
2248 2249 2250 2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2248 class UpdateWatchlistRequest < Struct.new( :description, :domain_id, :name, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the watchlist.
2248 2249 2250 2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2248 class UpdateWatchlistRequest < Struct.new( :description, :domain_id, :name, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#watchlist_id ⇒ String
The identifier of the watchlist to be updated.
2248 2249 2250 2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2248 class UpdateWatchlistRequest < Struct.new( :description, :domain_id, :name, :watchlist_id) SENSITIVE = [:description, :name] include Aws::Structure end |