Class: Aws::MTurk::Types::DeleteQualificationTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::DeleteQualificationTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qualification_type_id ⇒ String
The ID of the QualificationType to dispose.
Instance Attribute Details
#qualification_type_id ⇒ String
The ID of the QualificationType to dispose.
775 776 777 778 779 |
# File 'lib/aws-sdk-mturk/types.rb', line 775 class DeleteQualificationTypeRequest < Struct.new( :qualification_type_id) SENSITIVE = [] include Aws::Structure end |