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:



18049
18050
18051
18052
18053
18054
# File 'lib/aws-sdk-glue/types.rb', line 18049

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:



18049
18050
18051
18052
18053
18054
# File 'lib/aws-sdk-glue/types.rb', line 18049

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