Class: Aws::RoboMaker::Types::DeploymentJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeploymentJob
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Information about a deployment job.
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.
-
#status ⇒ String
The status of the deployment job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deployment job.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the deployment job was created.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>
The deployment application configuration.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#deployment_config ⇒ Types::DeploymentConfig
The deployment configuration.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
The deployment job failure code.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
A short description of the reason why the deployment job failed.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment job.
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1791 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |