Class: Aws::VoiceID::Types::DeleteFraudsterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DeleteFraudsterRequest
- 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 want to delete.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the fraudster.
310 311 312 313 314 315 |
# File 'lib/aws-sdk-voiceid/types.rb', line 310 class DeleteFraudsterRequest < Struct.new( :domain_id, :fraudster_id) SENSITIVE = [:fraudster_id] include Aws::Structure end |
#fraudster_id ⇒ String
The identifier of the fraudster you want to delete.
310 311 312 313 314 315 |
# File 'lib/aws-sdk-voiceid/types.rb', line 310 class DeleteFraudsterRequest < Struct.new( :domain_id, :fraudster_id) SENSITIVE = [:fraudster_id] include Aws::Structure end |