Class: Aws::Glue::Types::ProfileConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ProfileConfiguration
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies the job and session values that an admin configures in an Glue usage profile.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_configuration  ⇒ Hash<String,Types::ConfigurationObject> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A key-value map of configuration parameters for Glue jobs. 
- 
  
    
      #session_configuration  ⇒ Hash<String,Types::ConfigurationObject> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A key-value map of configuration parameters for Glue sessions. 
Instance Attribute Details
#job_configuration ⇒ Hash<String,Types::ConfigurationObject>
A key-value map of configuration parameters for Glue jobs.
| 20490 20491 20492 20493 20494 20495 | # File 'lib/aws-sdk-glue/types.rb', line 20490 class ProfileConfiguration < Struct.new( :session_configuration, :job_configuration) SENSITIVE = [] include Aws::Structure end | 
#session_configuration ⇒ Hash<String,Types::ConfigurationObject>
A key-value map of configuration parameters for Glue sessions.
| 20490 20491 20492 20493 20494 20495 | # File 'lib/aws-sdk-glue/types.rb', line 20490 class ProfileConfiguration < Struct.new( :session_configuration, :job_configuration) SENSITIVE = [] include Aws::Structure end |