Class: Aws::VoiceID::Types::DisassociateFraudsterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DisassociateFraudsterResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fraudster ⇒ Types::Fraudster
Contains all the information about a fraudster.
Instance Attribute Details
#fraudster ⇒ Types::Fraudster
Contains all the information about a fraudster.
552 553 554 555 556 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 552 class DisassociateFraudsterResponse < Struct.new( :fraudster) SENSITIVE = [] include Aws::Structure end |