Class: Aws::Types::Step

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


1633
1634
1635
# File 'sig/types.rbs', line 1633

def action_on_failure
  @action_on_failure
end

#configTypes::HadoopStepConfig

Returns the value of attribute config.



1632
1633
1634
# File 'sig/types.rbs', line 1632

def config
  @config
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def encryption_key_arn
  @encryption_key_arn
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def execution_role_arn
  @execution_role_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def id
  @id
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def log_uri
  @log_uri
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def name
  @name
end

#statusTypes::StepStatus

Returns the value of attribute status.

Returns:



1634
1635
1636
# File 'sig/types.rbs', line 1634

def status
  @status
end