Class: Aws::RoboMaker::Types::DescribeRobotApplicationResponse

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 robot application.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#environmentTypes::Environment

The object that contains the Docker image URI used to create the robot application.

Returns:



2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#image_digestString

A SHA256 identifier for the Docker image that you use for your robot application.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#last_updated_atTime

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

Returns:

  • (Time)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#nameString

The name of the robot application.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#revision_idString

The revision id of the robot application.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#robot_software_suiteTypes::RobotSoftwareSuite

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



2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#sourcesArray<Types::Source>

The sources of the robot application.

Returns:



2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#tagsHash<String,String>

The list of all tags added to the specified robot application.

Returns:

  • (Hash<String,String>)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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

#versionString

The version of the robot application.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2072

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