Class: Aws::Types::CreateHITTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHITTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_duration_in_seconds ⇒ ::Integer
Returns the value of attribute assignment_duration_in_seconds.
-
#auto_approval_delay_in_seconds ⇒ ::Integer
Returns the value of attribute auto_approval_delay_in_seconds.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#keywords ⇒ ::String
Returns the value of attribute keywords.
-
#qualification_requirements ⇒ ::Array[Types::QualificationRequirement]
Returns the value of attribute qualification_requirements.
-
#reward ⇒ ::String
Returns the value of attribute reward.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#assignment_duration_in_seconds ⇒ ::Integer
Returns the value of attribute assignment_duration_in_seconds.
103 104 105 |
# File 'sig/types.rbs', line 103 def assignment_duration_in_seconds @assignment_duration_in_seconds end |
#auto_approval_delay_in_seconds ⇒ ::Integer
Returns the value of attribute auto_approval_delay_in_seconds.
102 103 104 |
# File 'sig/types.rbs', line 102 def auto_approval_delay_in_seconds @auto_approval_delay_in_seconds end |
#description ⇒ ::String
Returns the value of attribute description.
107 108 109 |
# File 'sig/types.rbs', line 107 def description @description end |
#keywords ⇒ ::String
Returns the value of attribute keywords.
106 107 108 |
# File 'sig/types.rbs', line 106 def keywords @keywords end |
#qualification_requirements ⇒ ::Array[Types::QualificationRequirement]
Returns the value of attribute qualification_requirements.
108 109 110 |
# File 'sig/types.rbs', line 108 def qualification_requirements @qualification_requirements end |
#reward ⇒ ::String
Returns the value of attribute reward.
104 105 106 |
# File 'sig/types.rbs', line 104 def reward @reward end |
#title ⇒ ::String
Returns the value of attribute title.
105 106 107 |
# File 'sig/types.rbs', line 105 def title @title end |