Class: Aws::Glue::Types::ProfileConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_configurationHash<String,Types::ConfigurationObject>

A key-value map of configuration parameters for Glue jobs.

Returns:



17853
17854
17855
17856
17857
17858
# File 'lib/aws-sdk-glue/types.rb', line 17853

class ProfileConfiguration < Struct.new(
  :session_configuration,
  :job_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#session_configurationHash<String,Types::ConfigurationObject>

A key-value map of configuration parameters for Glue sessions.

Returns:



17853
17854
17855
17856
17857
17858
# File 'lib/aws-sdk-glue/types.rb', line 17853

class ProfileConfiguration < Struct.new(
  :session_configuration,
  :job_configuration)
  SENSITIVE = []
  include Aws::Structure
end