Class: Aws::Types::StartAppOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartAppOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
233 234 235 |
# File 'sig/types.rbs', line 233 def domain @domain end |
#name ⇒ ::String
Returns the value of attribute name.
234 235 236 |
# File 'sig/types.rbs', line 234 def name @name end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
235 236 237 |
# File 'sig/types.rbs', line 235 def simulation @simulation end |