Class: Aws::Types::GetAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAssignmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment ⇒ Types::Assignment
Returns the value of attribute assignment.
-
#hit ⇒ Types::HIT
Returns the value of attribute hit.
Instance Attribute Details
#assignment ⇒ Types::Assignment
Returns the value of attribute assignment.
214 215 216 |
# File 'sig/types.rbs', line 214 def assignment @assignment end |
#hit ⇒ Types::HIT
Returns the value of attribute hit.
215 216 217 |
# File 'sig/types.rbs', line 215 def hit @hit end |