class Aws::RoboMaker::Types::CreateRobotRequest

@note When making an API call, you may pass CreateRobotRequest

data as a hash:

    {
      name: "Name", # required
      architecture: "X86_64", # required, accepts X86_64, ARM64, ARMHF
      greengrass_group_id: "Id", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] name

The name for the robot.
@return [String]

@!attribute [rw] architecture

The target architecture of the robot.
@return [String]

@!attribute [rw] greengrass_group_id

The Greengrass group id.
@return [String]

@!attribute [rw] tags

A map that contains tag keys and tag values that are attached to the
robot.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobotRequest AWS API Documentation

Constants

SENSITIVE