Class: Aws::Types::AcceptQualificationRequestRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptQualificationRequestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integer_value ⇒ ::Integer
Returns the value of attribute integer_value.
-
#qualification_request_id ⇒ ::String
Returns the value of attribute qualification_request_id.
Instance Attribute Details
#integer_value ⇒ ::Integer
Returns the value of attribute integer_value.
13 14 15 |
# File 'sig/types.rbs', line 13 def integer_value @integer_value end |
#qualification_request_id ⇒ ::String
Returns the value of attribute qualification_request_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def qualification_request_id @qualification_request_id end |