Method: Aws::RoboMaker::Types::Robot#architecture
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#architecture ⇒ String
The architecture of the robot.
4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4192 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |