Method: Aws::RoboMaker::Types::DeploymentLaunchConfig#environment_variables

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

#environment_variablesHash<String,String>

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

Returns:

  • (Hash<String,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