Class: Aws::VoiceID::Types::FraudsterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::FraudsterSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Contains a summary of information about a fraudster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the fraudster summary was created.
-
#domain_id ⇒ String
The identifier of the domain that contains the fraudster summary.
-
#generated_fraudster_id ⇒ String
The service-generated identifier for the fraudster.
-
#watchlist_ids ⇒ Array<String>
The identifier of the watchlists the fraudster is a part of.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the fraudster summary was created.
1121 1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1121 class FraudsterSummary < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the domain that contains the fraudster summary.
1121 1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1121 class FraudsterSummary < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end |
#generated_fraudster_id ⇒ String
The service-generated identifier for the fraudster.
1121 1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1121 class FraudsterSummary < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end |
#watchlist_ids ⇒ Array<String>
The identifier of the watchlists the fraudster is a part of.
1121 1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1121 class FraudsterSummary < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end |