Class: Aws::Types::DescribeJobSchemaVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobSchemaVersionRequest
- 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_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.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def job_category @job_category end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def job_config_schema_version @job_config_schema_version end |