Class: Aws::Glue::Types::CreateBlueprintRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateBlueprintRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies a path in Amazon S3 where the blueprint is published. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the blueprint. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the blueprint. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags to be applied to this blueprint. 
Instance Attribute Details
#blueprint_location ⇒ String
Specifies a path in Amazon S3 where the blueprint is published.
| 4805 4806 4807 4808 4809 4810 4811 4812 | # File 'lib/aws-sdk-glue/types.rb', line 4805 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of the blueprint.
| 4805 4806 4807 4808 4809 4810 4811 4812 | # File 'lib/aws-sdk-glue/types.rb', line 4805 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the blueprint.
| 4805 4806 4807 4808 4809 4810 4811 4812 | # File 'lib/aws-sdk-glue/types.rb', line 4805 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
The tags to be applied to this blueprint.
| 4805 4806 4807 4808 4809 4810 4811 4812 | # File 'lib/aws-sdk-glue/types.rb', line 4805 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end |