Class: Aws::RoboMaker::Types::CreateDeploymentJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateDeploymentJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #deployment_application_configs  ⇒ Array<Types::DeploymentApplicationConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The deployment application configuration.
 - 
  
    
      #deployment_config  ⇒ Types::DeploymentConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The requested deployment configuration.
 - 
  
    
      #fleet  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the fleet to deploy.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that contains tag keys and tag values that are attached to the deployment job.
 
Instance Attribute Details
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      278 279 280 281 282 283 284 285 286  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 278 class CreateDeploymentJobRequest < Struct.new( :deployment_config, :client_request_token, :fleet, :deployment_application_configs, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>
The deployment application configuration.
      278 279 280 281 282 283 284 285 286  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 278 class CreateDeploymentJobRequest < Struct.new( :deployment_config, :client_request_token, :fleet, :deployment_application_configs, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_config ⇒ Types::DeploymentConfig
The requested deployment configuration.
      278 279 280 281 282 283 284 285 286  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 278 class CreateDeploymentJobRequest < Struct.new( :deployment_config, :client_request_token, :fleet, :deployment_application_configs, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet to deploy.
      278 279 280 281 282 283 284 285 286  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 278 class CreateDeploymentJobRequest < Struct.new( :deployment_config, :client_request_token, :fleet, :deployment_application_configs, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the deployment job.
      278 279 280 281 282 283 284 285 286  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 278 class CreateDeploymentJobRequest < Struct.new( :deployment_config, :client_request_token, :fleet, :deployment_application_configs, :tags) SENSITIVE = [] include Aws::Structure end  |