Class: Aws::Types::DeleteApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def id @id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def workspace_name @workspace_name end |