Method: Aws::RoboMaker::Types::DeploymentLaunchConfig#launch_file

Defined in:
lib/aws-sdk-robomaker/types.rb

#launch_fileString

The launch file name.

Returns:

  • (String)


1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'lib/aws-sdk-robomaker/types.rb', line 1831

class DeploymentLaunchConfig < Struct.new(
  :package_name,
  :pre_launch_file,
  :launch_file,
  :post_launch_file,
  :environment_variables)
  SENSITIVE = []
  include Aws::Structure
end