Class: Aws::RoboMaker::Types::DescribeDeploymentJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeDeploymentJobResponse
- 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 deployment job.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the deployment job was created.
-
#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>
The deployment application configuration.
-
#deployment_config ⇒ Types::DeploymentConfig
The deployment configuration.
-
#failure_code ⇒ String
The deployment job failure code.
-
#failure_reason ⇒ String
A short description of the reason why the deployment job failed.
-
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
-
#robot_deployment_summary ⇒ Array<Types::RobotDeployment>
A list of robot deployment summaries.
-
#status ⇒ String
The status of the deployment job.
-
#tags ⇒ Hash<String,String>
The list of all tags added to the specified deployment job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deployment job.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the deployment job was created.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>
The deployment application configuration.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#deployment_config ⇒ Types::DeploymentConfig
The deployment configuration.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
The deployment job failure code.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
A short description of the reason why the deployment job failed.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#robot_deployment_summary ⇒ Array<Types::RobotDeployment>
A list of robot deployment summaries.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment job.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of all tags added to the specified deployment job.
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1930 class DescribeDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at, :robot_deployment_summary, :tags) SENSITIVE = [] include Aws::Structure end |