Method: Aws::RoboMaker::Types::DeploymentLaunchConfig#package_name
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#package_name ⇒ String
The package name.
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 |