Class: Aws::Types::StartAppInput
- Inherits:
-
Object
- Object
- Aws::Types::StartAppInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#launch_overrides ⇒ Types::LaunchOverrides
Returns the value of attribute launch_overrides.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
223 224 225 |
# File 'sig/types.rbs', line 223 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
224 225 226 |
# File 'sig/types.rbs', line 224 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
225 226 227 |
# File 'sig/types.rbs', line 225 def domain @domain end |
#launch_overrides ⇒ Types::LaunchOverrides
Returns the value of attribute launch_overrides.
226 227 228 |
# File 'sig/types.rbs', line 226 def launch_overrides @launch_overrides end |
#name ⇒ ::String
Returns the value of attribute name.
227 228 229 |
# File 'sig/types.rbs', line 227 def name @name end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
228 229 230 |
# File 'sig/types.rbs', line 228 def simulation @simulation end |