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")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2414
2415
2416
# File 'sig/types.rbs', line 2414

def tags
  @tags
end