Class: Aws::Glue::Types::StartBlueprintRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartBlueprintRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the blueprint. 
- 
  
    
      #parameters  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the parameters as a ‘BlueprintParameters` object. 
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the IAM role used to create the workflow. 
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
| 23682 23683 23684 23685 23686 23687 23688 | # File 'lib/aws-sdk-glue/types.rb', line 23682 class StartBlueprintRunRequest < Struct.new( :blueprint_name, :parameters, :role_arn) SENSITIVE = [] include Aws::Structure end | 
#parameters ⇒ String
Specifies the parameters as a ‘BlueprintParameters` object.
| 23682 23683 23684 23685 23686 23687 23688 | # File 'lib/aws-sdk-glue/types.rb', line 23682 class StartBlueprintRunRequest < Struct.new( :blueprint_name, :parameters, :role_arn) SENSITIVE = [] include Aws::Structure end | 
#role_arn ⇒ String
Specifies the IAM role used to create the workflow.
| 23682 23683 23684 23685 23686 23687 23688 | # File 'lib/aws-sdk-glue/types.rb', line 23682 class StartBlueprintRunRequest < Struct.new( :blueprint_name, :parameters, :role_arn) SENSITIVE = [] include Aws::Structure end |