Class: Aws::Batch::Types::ServiceResourceId
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Batch::Types::ServiceResourceId
 
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
The Batch unique identifier.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the resource identifier. 
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the resource identifier. 
Instance Attribute Details
#name ⇒ String
The name of the resource identifier.
| 8572 8573 8574 8575 8576 8577 | # File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8572 class ServiceResourceId < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ String
The value of the resource identifier.
| 8572 8573 8574 8575 8576 8577 | # File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8572 class ServiceResourceId < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |