Class: Aws::Proton::Types::CancelEnvironmentDeploymentInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::CancelEnvironmentDeploymentInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the environment with the deployment to cancel.
 
Instance Attribute Details
#environment_name ⇒ String
The name of the environment with the deployment to cancel.
      115 116 117 118 119  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 115 class CancelEnvironmentDeploymentInput < Struct.new( :environment_name) SENSITIVE = [] include Aws::Structure end  |