Class: Aws::Types::StepSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_on_failure"TERMINATE_JOB_FLOW", ...

Returns the value of attribute action_on_failure.

Returns:

  • ("TERMINATE_JOB_FLOW", "TERMINATE_CLUSTER", "CANCEL_AND_WAIT", "CONTINUE")


1687
1688
1689
# File 'sig/types.rbs', line 1687

def action_on_failure
  @action_on_failure
end

#configTypes::HadoopStepConfig

Returns the value of attribute config.



1686
1687
1688
# File 'sig/types.rbs', line 1686

def config
  @config
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def encryption_key_arn
  @encryption_key_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def id
  @id
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def log_uri
  @log_uri
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def name
  @name
end

#statusTypes::StepStatus

Returns the value of attribute status.

Returns:



1688
1689
1690
# File 'sig/types.rbs', line 1688

def status
  @status
end