Class: Aws::Types::StartAppAssessmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAppAssessmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def app_version @app_version end |
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def assessment_name @assessment_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def @tags end |