Class: Aws::Types::UpdateHITTypeOfHITRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHITTypeOfHITRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
Instance Attribute Details
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
639 640 641 |
# File 'sig/types.rbs', line 639 def hit_id @hit_id end |
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def hit_type_id @hit_type_id end |