Class: Aws::Batch::Types::DeleteComputeEnvironmentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::DeleteComputeEnvironmentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
Contains the parameters for ‘DeleteComputeEnvironment`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compute_environment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the compute environment to delete.
 
Instance Attribute Details
#compute_environment ⇒ String
The name or Amazon Resource Name (ARN) of the compute environment to delete.
      2432 2433 2434 2435 2436  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 2432 class DeleteComputeEnvironmentRequest < Struct.new( :compute_environment) SENSITIVE = [] include Aws::Structure end  |