You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::UpdateRobotApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::UpdateRobotApplicationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateRobotApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
application: "Arn", # required
sources: [ # required
{
s3_bucket: "S3Bucket",
s3_key: "S3Key",
architecture: "X86_64", # accepts X86_64, ARM64, ARMHF
},
],
robot_software_suite: { # required
name: "ROS", # accepts ROS, ROS2
version: "Kinetic", # accepts Kinetic, Melodic, Dashing
},
current_revision_id: "RevisionId",
}
Instance Attribute Summary collapse
-
#application ⇒ String
The application information for the robot application.
-
#current_revision_id ⇒ String
The revision id for the robot application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite (ROS distribution) used by the robot application.
-
#sources ⇒ Array<Types::SourceConfig>
The sources of the robot application.
Instance Attribute Details
#application ⇒ String
The application information for the robot application.
#current_revision_id ⇒ String
The revision id for the robot application.
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite (ROS distribution) used by the robot application.
#sources ⇒ Array<Types::SourceConfig>
The sources of the robot application.