Class: Aws::Types::StartJobRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def client_token
  @client_token
end

#configuration_overridesTypes::ConfigurationOverrides

Returns the value of attribute configuration_overrides.



611
612
613
# File 'sig/types.rbs', line 611

def configuration_overrides
  @configuration_overrides
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def execution_role_arn
  @execution_role_arn
end

#job_driverTypes::JobDriver

Returns the value of attribute job_driver.

Returns:



610
611
612
# File 'sig/types.rbs', line 610

def job_driver
  @job_driver
end

#job_template_id::String

Returns the value of attribute job_template_id.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def job_template_id
  @job_template_id
end

#job_template_parameters::Hash[::String, ::String]

Returns the value of attribute job_template_parameters.

Returns:

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


614
615
616
# File 'sig/types.rbs', line 614

def job_template_parameters
  @job_template_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def name
  @name
end

#release_label::String

Returns the value of attribute release_label.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def release_label
  @release_label
end

#retry_policy_configurationTypes::RetryPolicyConfiguration

Returns the value of attribute retry_policy_configuration.



615
616
617
# File 'sig/types.rbs', line 615

def retry_policy_configuration
  @retry_policy_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


612
613
614
# File 'sig/types.rbs', line 612

def tags
  @tags
end

#virtual_cluster_id::String

Returns the value of attribute virtual_cluster_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def virtual_cluster_id
  @virtual_cluster_id
end