Class: Aws::Types::ProfileConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProfileConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_configuration ⇒ ::Hash[::String, Types::ConfigurationObject]
Returns the value of attribute job_configuration.
-
#session_configuration ⇒ ::Hash[::String, Types::ConfigurationObject]
Returns the value of attribute session_configuration.
Instance Attribute Details
#job_configuration ⇒ ::Hash[::String, Types::ConfigurationObject]
Returns the value of attribute job_configuration.
6040 6041 6042 |
# File 'sig/types.rbs', line 6040 def job_configuration @job_configuration end |
#session_configuration ⇒ ::Hash[::String, Types::ConfigurationObject]
Returns the value of attribute session_configuration.
6039 6040 6041 |
# File 'sig/types.rbs', line 6039 def session_configuration @session_configuration end |