Class: Aws::Glue::Types::BatchGetBlueprintsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetBlueprintsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #include_blueprint  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether or not to include the blueprint in the response. 
- 
  
    
      #include_parameter_spec  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response. 
- 
  
    
      #names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of blueprint names. 
Instance Attribute Details
#include_blueprint ⇒ Boolean
Specifies whether or not to include the blueprint in the response.
| 983 984 985 986 987 988 989 | # File 'lib/aws-sdk-glue/types.rb', line 983 class BatchGetBlueprintsRequest < Struct.new( :names, :include_blueprint, :include_parameter_spec) SENSITIVE = [] include Aws::Structure end | 
#include_parameter_spec ⇒ Boolean
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
| 983 984 985 986 987 988 989 | # File 'lib/aws-sdk-glue/types.rb', line 983 class BatchGetBlueprintsRequest < Struct.new( :names, :include_blueprint, :include_parameter_spec) SENSITIVE = [] include Aws::Structure end | 
#names ⇒ Array<String>
A list of blueprint names.
| 983 984 985 986 987 988 989 | # File 'lib/aws-sdk-glue/types.rb', line 983 class BatchGetBlueprintsRequest < Struct.new( :names, :include_blueprint, :include_parameter_spec) SENSITIVE = [] include Aws::Structure end |