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.
4590 4591 4592 |
# File 'sig/types.rbs', line 4590 def job_category @job_category end |
#job_config_schema ⇒ ::String
Returns the value of attribute job_config_schema.
4592 4593 4594 |
# File 'sig/types.rbs', line 4592 def job_config_schema @job_config_schema end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
4591 4592 4593 |
# File 'sig/types.rbs', line 4591 def job_config_schema_version @job_config_schema_version end |