Class: Aws::Batch::Types::CreateComputeEnvironmentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::CreateComputeEnvironmentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compute_environment_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the compute environment.
 - 
  
    
      #compute_environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the compute environment.
 
Instance Attribute Details
#compute_environment_arn ⇒ String
The Amazon Resource Name (ARN) of the compute environment.
      2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 2252 class CreateComputeEnvironmentResponse < Struct.new( :compute_environment_name, :compute_environment_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_environment_name ⇒ String
The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
      2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 2252 class CreateComputeEnvironmentResponse < Struct.new( :compute_environment_name, :compute_environment_arn) SENSITIVE = [] include Aws::Structure end  |