Class: Aws::VoiceID::Types::UpdateWatchlistResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::UpdateWatchlistResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#watchlist ⇒ Types::Watchlist
Details about the updated watchlist.
Instance Attribute Details
#watchlist ⇒ Types::Watchlist
Details about the updated watchlist.
2263 2264 2265 2266 2267 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2263 class UpdateWatchlistResponse < Struct.new( :watchlist) SENSITIVE = [] include Aws::Structure end |