Class: Aws::RoboMaker::Types::CreateRobotRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The target architecture of the robot.

Returns:

  • (String)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 639

class CreateRobotRequest < Struct.new(
  :name,
  :architecture,
  :greengrass_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#greengrass_group_idString

The Greengrass group id.

Returns:

  • (String)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 639

class CreateRobotRequest < Struct.new(
  :name,
  :architecture,
  :greengrass_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the robot.

Returns:

  • (String)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 639

class CreateRobotRequest < Struct.new(
  :name,
  :architecture,
  :greengrass_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the robot.

Returns:

  • (Hash<String,String>)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 639

class CreateRobotRequest < Struct.new(
  :name,
  :architecture,
  :greengrass_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end