Class: Aws::VoiceID::Types::DescribeWatchlistResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeWatchlistResponse
- 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 specified watchlist.
Instance Attribute Details
#watchlist ⇒ Types::Watchlist
Information about the specified watchlist.
516 517 518 519 520 |
# File 'lib/aws-sdk-voiceid/types.rb', line 516 class DescribeWatchlistResponse < Struct.new( :watchlist) SENSITIVE = [] include Aws::Structure end |