Class: Aws::VoiceID::Types::CreateWatchlistResponse

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

Information about the newly created watchlist.

Returns:



282
283
284
285
286
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 282

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