Class: Aws::VoiceID::Types::WatchlistDetails

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

Overview

Details of the watchlists in a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_watchlist_idString

The identifier of the default watchlist.

Returns:

  • (String)


2352
2353
2354
2355
2356
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2352

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