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.
18207 18208 18209 18210 18211 18212 |
# File 'lib/aws-sdk-glue/types.rb', line 18207 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.
18207 18208 18209 18210 18211 18212 |
# File 'lib/aws-sdk-glue/types.rb', line 18207 class ProfileConfiguration < Struct.new( :session_configuration, :job_configuration) SENSITIVE = [] include Aws::Structure end |