Class: Aws::Types::JobTemplateData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_overridesTypes::ParametricConfigurationOverrides

Returns the value of attribute configuration_overrides.



387
388
389
# File 'sig/types.rbs', line 387

def configuration_overrides
  @configuration_overrides
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def execution_role_arn
  @execution_role_arn
end

#job_driverTypes::JobDriver

Returns the value of attribute job_driver.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def job_driver
  @job_driver
end

#job_tags::Hash[::String, ::String]

Returns the value of attribute job_tags.

Returns:

  • (::Hash[::String, ::String])


390
391
392
# File 'sig/types.rbs', line 390

def job_tags
  @job_tags
end

#parameter_configuration::Hash[::String, Types::TemplateParameterConfiguration]

Returns the value of attribute parameter_configuration.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def parameter_configuration
  @parameter_configuration
end

#release_label::String

Returns the value of attribute release_label.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def release_label
  @release_label
end