Class: Aws::Types::DeleteAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
398 399 400 |
# File 'sig/types.rbs', line 398 def app_arn @app_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
399 400 401 |
# File 'sig/types.rbs', line 399 def client_token @client_token end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
400 401 402 |
# File 'sig/types.rbs', line 400 def force_delete @force_delete end |