Class: Aws::Types::CreateJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_category"AgentRFT", "AgentRFTEvaluation"

Returns the value of attribute job_category.

Returns:

  • ("AgentRFT", "AgentRFTEvaluation")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2429
2430
2431
# File 'sig/types.rbs', line 2429

def tags
  @tags
end