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.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def job_configuration @job_configuration end |
#session_configuration ⇒ ::Hash[::String, Types::ConfigurationObject]
Returns the value of attribute session_configuration.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def session_configuration @session_configuration end |