You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::CreateRobotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateRobotResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#architecture ⇒ String
The target architecture of the robot.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
-
#greengrass_group_id ⇒ String
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
-
#name ⇒ String
The name of the robot.
-
#tags ⇒ Hash<String,String>
The list of all tags added to the robot.
Instance Attribute Details
#architecture ⇒ String
The target architecture of the robot.
Possible values:
- X86_64
- ARM64
- ARMHF
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
#greengrass_group_id ⇒ String
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
#name ⇒ String
The name of the robot.
#tags ⇒ Hash<String,String>
The list of all tags added to the robot.