Class: Aws::Types::DeleteAppAssessmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppAssessmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
-
#assessment_status ⇒ "Pending", ...
Returns the value of attribute assessment_status.
Instance Attribute Details
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
377 378 379 |
# File 'sig/types.rbs', line 377 def assessment_arn @assessment_arn end |
#assessment_status ⇒ "Pending", ...
Returns the value of attribute assessment_status.
378 379 380 |
# File 'sig/types.rbs', line 378 def assessment_status @assessment_status end |