Class: Aws::MTurk::Types::CreateQualificationTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::CreateQualificationTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qualification_type ⇒ Types::QualificationType
The created Qualification type, returned as a QualificationType data structure.
Instance Attribute Details
#qualification_type ⇒ Types::QualificationType
The created Qualification type, returned as a QualificationType data structure.
724 725 726 727 728 |
# File 'lib/aws-sdk-mturk/types.rb', line 724 class CreateQualificationTypeResponse < Struct.new( :qualification_type) SENSITIVE = [] include Aws::Structure end |