Class: Aws::VoiceID::Types::ListFraudstersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ListFraudstersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fraudster_summaries ⇒ Array<Types::FraudsterSummary>
A list that contains details about each fraudster in the Amazon Web Services account.
-
#next_token ⇒ String
If ‘NextToken` is returned, there are more results available.
Instance Attribute Details
#fraudster_summaries ⇒ Array<Types::FraudsterSummary>
A list that contains details about each fraudster in the Amazon Web Services account.
1348 1349 1350 1351 1352 1353 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1348 class ListFraudstersResponse < Struct.new( :fraudster_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
1348 1349 1350 1351 1352 1353 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1348 class ListFraudstersResponse < Struct.new( :fraudster_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |