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.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def job_category @job_category end |
#job_config_document ⇒ ::String
Returns the value of attribute job_config_document.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def job_config_document @job_config_document end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def job_config_schema_version @job_config_schema_version end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def job_name @job_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def @tags end |