Class: Aws::VoiceID::Types::UpdateWatchlistResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#watchlistTypes::Watchlist

Details about the updated watchlist.

Returns:



2263
2264
2265
2266
2267
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2263

class UpdateWatchlistResponse < Struct.new(
  :watchlist)
  SENSITIVE = []
  include Aws::Structure
end