Class: Aws::Types::DeleteAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def app_id @app_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def aws_account_id @aws_account_id end |