Class: Aws::SimSpaceWeaver::Types::LaunchOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::LaunchOverrides
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Options that apply when the app starts. These options override default behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_commands ⇒ Array<String>
App launch commands and command line parameters that override the launch command configured in the simulation schema.
Instance Attribute Details
#launch_commands ⇒ Array<String>
App launch commands and command line parameters that override the launch command configured in the simulation schema.
399 400 401 402 403 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 399 class LaunchOverrides < Struct.new( :launch_commands) SENSITIVE = [] include Aws::Structure end |