Class: Aws::Batch::Types::CreateServiceEnvironmentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Batch::Types::CreateServiceEnvironmentResponse
 
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #service_environment_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the service environment. 
- 
  
    
      #service_environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the service environment. 
Instance Attribute Details
#service_environment_arn ⇒ String
The Amazon Resource Name (ARN) of the service environment.
| 2769 2770 2771 2772 2773 2774 | # File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2769 class CreateServiceEnvironmentResponse < Struct.new( :service_environment_name, :service_environment_arn) SENSITIVE = [] include Aws::Structure end | 
#service_environment_name ⇒ String
The name of the service environment.
| 2769 2770 2771 2772 2773 2774 | # File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2769 class CreateServiceEnvironmentResponse < Struct.new( :service_environment_name, :service_environment_arn) SENSITIVE = [] include Aws::Structure end |