Class: Aws::VoiceID::Types::AssociateFraudsterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::AssociateFraudsterResponse
- Includes:
- Structure
- Defined in:
- 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.
56 57 58 59 60 |
# File 'lib/aws-sdk-voiceid/types.rb', line 56 class AssociateFraudsterResponse < Struct.new( :fraudster) SENSITIVE = [] include Aws::Structure end |