Class: Aws::RoboMaker::Types::DeploymentApplicationConfig

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

Overview

Information about a deployment application configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The Amazon Resource Name (ARN) of the robot application.

Returns:

  • (String)


1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1718

class DeploymentApplicationConfig < Struct.new(
  :application,
  :application_version,
  :launch_config)
  SENSITIVE = []
  include Aws::Structure
end

#application_versionString

The version of the application.

Returns:

  • (String)


1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1718

class DeploymentApplicationConfig < Struct.new(
  :application,
  :application_version,
  :launch_config)
  SENSITIVE = []
  include Aws::Structure
end

#launch_configTypes::DeploymentLaunchConfig

The launch configuration.



1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1718

class DeploymentApplicationConfig < Struct.new(
  :application,
  :application_version,
  :launch_config)
  SENSITIVE = []
  include Aws::Structure
end