Class: Aws::Types::DeleteAppAssessmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppAssessmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def assessment_arn @assessment_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
372 373 374 |
# File 'sig/types.rbs', line 372 def client_token @client_token end |