Class: Aws::Types::DescribeJobSchemaVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobSchemaVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
-
#job_config_schema ⇒ ::String
Returns the value of attribute job_config_schema.
-
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
Instance Attribute Details
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
4588 4589 4590 |
# File 'sig/types.rbs', line 4588 def job_category @job_category end |
#job_config_schema ⇒ ::String
Returns the value of attribute job_config_schema.
4590 4591 4592 |
# File 'sig/types.rbs', line 4590 def job_config_schema @job_config_schema end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
4589 4590 4591 |
# File 'sig/types.rbs', line 4589 def job_config_schema_version @job_config_schema_version end |