Class: Aws::VoiceID::Types::DescribeFraudsterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeFraudsterResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fraudster ⇒ Types::Fraudster
Information about the specified fraudster.
Instance Attribute Details
#fraudster ⇒ Types::Fraudster
Information about the specified fraudster.
386 387 388 389 390 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 386 class DescribeFraudsterResponse < Struct.new( :fraudster) SENSITIVE = [] include Aws::Structure end |