Class: Aws::Glue::Types::BatchGetBlueprintsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetBlueprintsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprints  ⇒ Array<Types::Blueprint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns a list of blueprint as a ‘Blueprints` object. 
- 
  
    
      #missing_blueprints  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns a list of ‘BlueprintNames` that were not found. 
Instance Attribute Details
#blueprints ⇒ Array<Types::Blueprint>
Returns a list of blueprint as a ‘Blueprints` object.
| 1001 1002 1003 1004 1005 1006 | # File 'lib/aws-sdk-glue/types.rb', line 1001 class BatchGetBlueprintsResponse < Struct.new( :blueprints, :missing_blueprints) SENSITIVE = [] include Aws::Structure end | 
#missing_blueprints ⇒ Array<String>
Returns a list of ‘BlueprintNames` that were not found.
| 1001 1002 1003 1004 1005 1006 | # File 'lib/aws-sdk-glue/types.rb', line 1001 class BatchGetBlueprintsResponse < Struct.new( :blueprints, :missing_blueprints) SENSITIVE = [] include Aws::Structure end |