Class: Aws::RoboMaker::Types::DeploymentJob
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DeploymentJob
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 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.
      1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1795 class DeploymentJob < Struct.new( :arn, :fleet, :status, :deployment_application_configs, :deployment_config, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end  |