Class: Aws::SimSpaceWeaver::Types::LaunchOverrides

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simspaceweaver/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

Instance Attribute Details

#launch_commandsArray<String>

App launch commands and command line parameters that override the launch command configured in the simulation schema.

Returns:

  • (Array<String>)


399
400
401
402
403
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 399

class LaunchOverrides < Struct.new(
  :launch_commands)
  SENSITIVE = []
  include Aws::Structure
end