Class: Aws::VoiceID::Types::UpdateWatchlistRequest

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

#descriptionString

A brief description about this watchlist.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the domain that contains the watchlist.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-voiceid/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

#nameString

The name of the watchlist.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the watchlist to be updated.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-voiceid/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