Class: Aws::VoiceID::Types::ListWatchlistsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ListWatchlistsResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If
NextToken
is returned, there are more results available. -
#watchlist_summaries ⇒ Array<Types::WatchlistSummary>
A list that contains details about each watchlist in the Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
If NextToken
is returned, there are more results available. The
value of NextToken
is a unique pagination token for each page.
Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours.
1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1529 class ListWatchlistsResponse < Struct.new( :next_token, :watchlist_summaries) SENSITIVE = [] include Aws::Structure end |
#watchlist_summaries ⇒ Array<Types::WatchlistSummary>
A list that contains details about each watchlist in the Amazon Web Services account.
1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1529 class ListWatchlistsResponse < Struct.new( :next_token, :watchlist_summaries) SENSITIVE = [] include Aws::Structure end |