Class: Aws::Greengrass::Types::CreateDeploymentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::CreateDeploymentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a deployment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #amzn_client_token ⇒ String
 - 
  
    
      #deployment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the deployment if you wish to redeploy a previous deployment.
 - 
  
    
      #deployment_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of deployment.
 - #group_id ⇒ String
 - 
  
    
      #group_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the group version to be deployed.
 
Instance Attribute Details
#amzn_client_token ⇒ String
      542 543 544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 542 class CreateDeploymentRequest < Struct.new( :amzn_client_token, :deployment_id, :deployment_type, :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_id ⇒ String
The ID of the deployment if you wish to redeploy a previous deployment.
      542 543 544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 542 class CreateDeploymentRequest < Struct.new( :amzn_client_token, :deployment_id, :deployment_type, :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_type ⇒ String
The type of deployment. When used for ”CreateDeployment”, only ”NewDeployment” and ”Redeployment” are valid.
      542 543 544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 542 class CreateDeploymentRequest < Struct.new( :amzn_client_token, :deployment_id, :deployment_type, :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_id ⇒ String
      542 543 544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 542 class CreateDeploymentRequest < Struct.new( :amzn_client_token, :deployment_id, :deployment_type, :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_version_id ⇒ String
The ID of the group version to be deployed.
      542 543 544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 542 class CreateDeploymentRequest < Struct.new( :amzn_client_token, :deployment_id, :deployment_type, :group_id, :group_version_id) SENSITIVE = [] include Aws::Structure end  |