Class: Aws::VoiceID::Types::DescribeWatchlistResponse

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 specified watchlist.

Returns:



516
517
518
519
520
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 516

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