Class: Aws::VoiceID::Types::WatchlistDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::WatchlistDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Details of the watchlists in a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_watchlist_id ⇒ String
The identifier of the default watchlist.
Instance Attribute Details
#default_watchlist_id ⇒ String
The identifier of the default watchlist.
2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2352 class WatchlistDetails < Struct.new( :default_watchlist_id) SENSITIVE = [] include Aws::Structure end |