Class: Aws::RoboMaker::Types::CreateRobotApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateRobotApplicationRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
The object that contains that URI of the Docker image that you use for your robot application.
-
#name ⇒ String
The name of the robot application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the robot application.
-
#sources ⇒ Array<Types::SourceConfig>
The sources of the robot application.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot application.
Instance Attribute Details
#environment ⇒ Types::Environment
The object that contains that URI of the Docker image that you use for your robot application.
473 474 475 476 477 478 479 480 481 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 473 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the robot application.
473 474 475 476 477 478 479 480 481 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 473 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the robot application.
473 474 475 476 477 478 479 480 481 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 473 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::SourceConfig>
The sources of the robot application.
473 474 475 476 477 478 479 480 481 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 473 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot application.
473 474 475 476 477 478 479 480 481 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 473 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end |