Class: Aws::VoiceID::Types::CreateWatchlistResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::CreateWatchlistResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#watchlist ⇒ Types::Watchlist
Information about the newly created watchlist.
Instance Attribute Details
#watchlist ⇒ Types::Watchlist
Information about the newly created watchlist.
282 283 284 285 286 |
# File 'lib/aws-sdk-voiceid/types.rb', line 282 class CreateWatchlistResponse < Struct.new( :watchlist) SENSITIVE = [] include Aws::Structure end |