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.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def job_category @job_category end |
#job_config_schema ⇒ ::String
Returns the value of attribute job_config_schema.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def job_config_schema @job_config_schema end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def job_config_schema_version @job_config_schema_version end |