Class: Aws::Types::DescribeJobSchemaVersionResponse

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


4588
4589
4590
# File 'sig/types.rbs', line 4588

def job_category
  @job_category
end

#job_config_schema::String

Returns the value of attribute job_config_schema.

Returns:

  • (::String)


4590
4591
4592
# File 'sig/types.rbs', line 4590

def job_config_schema
  @job_config_schema
end

#job_config_schema_version::String

Returns the value of attribute job_config_schema_version.

Returns:

  • (::String)


4589
4590
4591
# File 'sig/types.rbs', line 4589

def job_config_schema_version
  @job_config_schema_version
end