Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- 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_document ⇒ ::String
Returns the value of attribute job_config_document.
-
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def job_category @job_category end |
#job_config_document ⇒ ::String
Returns the value of attribute job_config_document.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def job_config_document @job_config_document end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def job_config_schema_version @job_config_schema_version end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def job_name @job_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def @tags end |