Class: Aws::VoiceID::Types::CreateWatchlistRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-voiceid/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

#descriptionString

A brief description of this watchlist.

Returns:

  • (String)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the domain that contains the watchlist.

Returns:

  • (String)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-voiceid/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

#nameString

The name of the watchlist.

Returns:

  • (String)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-voiceid/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