Method: Aws::RoboMaker::Types::DescribeRobotApplicationResponse#robot_software_suite
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2067 class DescribeRobotApplicationResponse < Struct.new( :arn, :name, :version, :sources, :robot_software_suite, :revision_id, :last_updated_at, :tags, :environment, :image_digest) SENSITIVE = [] include Aws::Structure end |