Class: Aws::Types::StopAppInput
- Inherits:
-
Object
- Object
- Aws::Types::StopAppInput
- 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.
267 268 269 |
# File 'sig/types.rbs', line 267 def app @app end |
#domain ⇒ ::String
Returns the value of attribute domain.
268 269 270 |
# File 'sig/types.rbs', line 268 def domain @domain end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
269 270 271 |
# File 'sig/types.rbs', line 269 def simulation @simulation end |