Class: Aws::VoiceID::Types::DescribeFraudsterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeFraudsterResponse
- Includes:
- Structure
- Defined in:
- 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.
428 429 430 431 432 |
# File 'lib/aws-sdk-voiceid/types.rb', line 428 class DescribeFraudsterResponse < Struct.new( :fraudster) SENSITIVE = [] include Aws::Structure end |