Class: Aws::RoboMaker::Types::UpdateRobotApplicationResponse

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

#arnString

The Amazon Resource Name (ARN) of the updated robot application.

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#environmentTypes::Environment

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

Returns:



5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The time, in milliseconds since the epoch, when the robot application was last updated.

Returns:

  • (Time)


5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the robot application.

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision id of the robot application.

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#robot_software_suiteTypes::RobotSoftwareSuite

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



5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::Source>

The sources of the robot application.

Returns:



5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the robot application.

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5469

class UpdateRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :last_updated_at,
  :revision_id,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end