Class: Aws::RoboMaker::Types::CreateRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateRobotRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 636 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#greengrass_group_id ⇒ String
The Greengrass group id.
636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 636 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the robot.
636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 636 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot.
636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 636 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end |