Class: Aws::VoiceID::Types::DescribeFraudsterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeFraudsterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:fraudster_id]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the domain that contains the fraudster.
-
#fraudster_id ⇒ String
The identifier of the fraudster you are describing.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the fraudster.
415 416 417 418 419 420 |
# File 'lib/aws-sdk-voiceid/types.rb', line 415 class DescribeFraudsterRequest < Struct.new( :domain_id, :fraudster_id) SENSITIVE = [:fraudster_id] include Aws::Structure end |
#fraudster_id ⇒ String
The identifier of the fraudster you are describing.
415 416 417 418 419 420 |
# File 'lib/aws-sdk-voiceid/types.rb', line 415 class DescribeFraudsterRequest < Struct.new( :domain_id, :fraudster_id) SENSITIVE = [:fraudster_id] include Aws::Structure end |