You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::CreateRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateRobotRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateRobotRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Name", # required
architecture: "X86_64", # required, accepts X86_64, ARM64, ARMHF
greengrass_group_id: "Id", # required
tags: {
"TagKey" => "TagValue",
},
}
Instance Attribute Summary collapse
-
#architecture ⇒ String
The target architecture of the robot.
-
#greengrass_group_id ⇒ String
The Greengrass group id.
-
#name ⇒ String
The name for the robot.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot.
Instance Attribute Details
#architecture ⇒ String
The target architecture of the robot.
Possible values:
- X86_64
- ARM64
- ARMHF
#greengrass_group_id ⇒ String
The Greengrass group id.
#name ⇒ String
The name for the robot.
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot.