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

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def application_id
  @application_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def client_token
  @client_token
end

#configuration_overrides ⇒ Types::ConfigurationOverrides

Returns the value of attribute configuration_overrides.



576
577
578
# File 'sig/types.rbs', line 576

def configuration_overrides
  @configuration_overrides
end

#execution_iam_policy ⇒ Types::JobRunExecutionIamPolicy

Returns the value of attribute execution_iam_policy.



574
575
576
# File 'sig/types.rbs', line 574

def execution_iam_policy
  @execution_iam_policy
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def execution_role_arn
  @execution_role_arn
end

#execution_timeout_minutes ⇒ ::Integer

Returns the value of attribute execution_timeout_minutes.

Returns:

  • (::Integer)


578
579
580
# File 'sig/types.rbs', line 578

def execution_timeout_minutes
  @execution_timeout_minutes
end

#job_driver ⇒ Types::JobDriver

Returns the value of attribute job_driver.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def job_driver
  @job_driver
end

#mode ⇒ "BATCH", "STREAMING"

Returns the value of attribute mode.

Returns:

  • ("BATCH", "STREAMING")


580
581
582
# File 'sig/types.rbs', line 580

def mode
  @mode
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def name
  @name
end

#retry_policy ⇒ Types::RetryPolicy

Returns the value of attribute retry_policy.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def retry_policy
  @retry_policy
end

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

Returns the value of attribute tags.

Returns:

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


577
578
579
# File 'sig/types.rbs', line 577

def tags
  @tags
end