Class: Aws::Batch::Types::CreateSchedulingPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::CreateSchedulingPolicyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the scheduling policy.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the scheduling policy.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the scheduling policy. The format is ‘aws:Partition:batch:Region:Account:scheduling-policy/Name `. For example, `aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy`.
      2416 2417 2418 2419 2420 2421  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 2416 class CreateSchedulingPolicyResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the scheduling policy.
      2416 2417 2418 2419 2420 2421  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 2416 class CreateSchedulingPolicyResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end  |