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.
17421 17422 17423 17424 17425 17426 |
# File 'lib/aws-sdk-glue/types.rb', line 17421 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.
17421 17422 17423 17424 17425 17426 |
# File 'lib/aws-sdk-glue/types.rb', line 17421 class ProfileConfiguration < Struct.new( :session_configuration, :job_configuration) SENSITIVE = [] include Aws::Structure end |