Class: Aws::RoboMaker::Types::CreateRobotApplicationRequest

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

#environmentTypes::Environment

The object that contains that URI of the Docker image that you use for your robot application.

Returns:



474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 474

class CreateRobotApplicationRequest < Struct.new(
  :name,
  :sources,
  :robot_software_suite,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the robot application.

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 474

class CreateRobotApplicationRequest < Struct.new(
  :name,
  :sources,
  :robot_software_suite,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#robot_software_suiteTypes::RobotSoftwareSuite

The robot software suite (ROS distribuition) used by the robot application.



474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 474

class CreateRobotApplicationRequest < Struct.new(
  :name,
  :sources,
  :robot_software_suite,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::SourceConfig>

The sources of the robot application.

Returns:



474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 474

class CreateRobotApplicationRequest < Struct.new(
  :name,
  :sources,
  :robot_software_suite,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 474

class CreateRobotApplicationRequest < Struct.new(
  :name,
  :sources,
  :robot_software_suite,
  :tags,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end