Class: Aws::VoiceID::Types::FraudsterSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Contains a summary of information about a fraudster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the fraudster summary was created.

Returns:

  • (Time)


1121
1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the domain that contains the fraudster summary.

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-voiceid/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_idString

The service-generated identifier for the fraudster.

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-voiceid/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_idsArray<String>

The identifier of the watchlists the fraudster is a part of.

Returns:

  • (Array<String>)


1121
1122
1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-voiceid/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