Class: Aws::Glue::Types::BlueprintDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BlueprintDetails
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The details of a blueprint.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the blueprint. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The run ID for this blueprint. 
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
| 1700 1701 1702 1703 1704 1705 | # File 'lib/aws-sdk-glue/types.rb', line 1700 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The run ID for this blueprint.
| 1700 1701 1702 1703 1704 1705 | # File 'lib/aws-sdk-glue/types.rb', line 1700 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |