Class: Aws::RoboMaker::Types::DeploymentApplicationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeploymentApplicationConfig
- 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
-
#application ⇒ String
The Amazon Resource Name (ARN) of the robot application.
-
#application_version ⇒ String
The version of the application.
-
#launch_config ⇒ Types::DeploymentLaunchConfig
The launch configuration.
Instance Attribute Details
#application ⇒ String
The Amazon Resource Name (ARN) of the robot application.
1714 1715 1716 1717 1718 1719 1720 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1714 class DeploymentApplicationConfig < Struct.new( :application, :application_version, :launch_config) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ String
The version of the application.
1714 1715 1716 1717 1718 1719 1720 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1714 class DeploymentApplicationConfig < Struct.new( :application, :application_version, :launch_config) SENSITIVE = [] include Aws::Structure end |
#launch_config ⇒ Types::DeploymentLaunchConfig
The launch configuration.
1714 1715 1716 1717 1718 1719 1720 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1714 class DeploymentApplicationConfig < Struct.new( :application, :application_version, :launch_config) SENSITIVE = [] include Aws::Structure end |