Class: Aws::Types::GetFileUploadURLRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFileUploadURLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
-
#question_identifier ⇒ ::String
Returns the value of attribute question_identifier.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def assignment_id @assignment_id end |
#question_identifier ⇒ ::String
Returns the value of attribute question_identifier.
221 222 223 |
# File 'sig/types.rbs', line 221 def question_identifier @question_identifier end |