Class: Aws::RoboMaker::Types::DeploymentLaunchConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Configuration information for a deployment launch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_variablesHash<String,String>

An array of key/value pairs specifying environment variables for the robot application

Returns:

  • (Hash<String,String>)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1835

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

#launch_fileString

The launch file name.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1835

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

#package_nameString

The package name.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1835

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

#post_launch_fileString

The deployment post-launch file. This file will be executed after the launch file.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1835

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

#pre_launch_fileString

The deployment pre-launch file. This file will be executed prior to the launch file.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1835

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