Class: Aws::Types::DeleteAppInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app ⇒ ::String
Returns the value of attribute app.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
Instance Attribute Details
#app ⇒ ::String
Returns the value of attribute app.
36 37 38 |
# File 'sig/types.rbs', line 36 def app @app end |
#domain ⇒ ::String
Returns the value of attribute domain.
37 38 39 |
# File 'sig/types.rbs', line 37 def domain @domain end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
38 39 40 |
# File 'sig/types.rbs', line 38 def simulation @simulation end |