Class: Aws::VoiceID::Types::CreateWatchlistRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::CreateWatchlistRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
A brief description of this watchlist.
-
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
-
#name ⇒ String
The name of the watchlist.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see [Making retries safe with idempotent APIs].
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
267 268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-voiceid/types.rb', line 267 class CreateWatchlistRequest < Struct.new( :client_token, :description, :domain_id, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
A brief description of this watchlist.
267 268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-voiceid/types.rb', line 267 class CreateWatchlistRequest < Struct.new( :client_token, :description, :domain_id, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the domain that contains the watchlist.
267 268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-voiceid/types.rb', line 267 class CreateWatchlistRequest < Struct.new( :client_token, :description, :domain_id, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the watchlist.
267 268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-voiceid/types.rb', line 267 class CreateWatchlistRequest < Struct.new( :client_token, :description, :domain_id, :name) SENSITIVE = [:description, :name] include Aws::Structure end |