Class: Aws::RoboMaker::Types::DescribeRobotApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeRobotApplicationResponse
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot application.
-
#environment ⇒ Types::Environment
The object that contains the Docker image URI used to create the robot application.
-
#image_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your robot application.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the robot application was last updated.
-
#name ⇒ String
The name of the robot application.
-
#revision_id ⇒ String
The revision id of the robot application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the robot application.
-
#sources ⇒ Array<Types::Source>
The sources of the robot application.
-
#tags ⇒ Hash<String,String>
The list of all tags added to the specified robot application.
-
#version ⇒ String
The version of the robot application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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 |
#environment ⇒ Types::Environment
The object that contains the Docker image URI used to create the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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_at ⇒ Time
The time, in milliseconds since the epoch, when the robot application was last updated.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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 |
#name ⇒ String
The name of the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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_id ⇒ String
The revision id of the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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_suite ⇒ Types::RobotSoftwareSuite
The robot software suite used by the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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 |
#sources ⇒ Array<Types::Source>
The sources of the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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 |
#tags ⇒ Hash<String,String>
The list of all tags added to the specified robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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 |
#version ⇒ String
The version of the robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2067 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 |