Class: Aws::Types::StepDependency

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"RESOLVED", "UNRESOLVED"

Returns the value of attribute status.

Returns:

  • ("RESOLVED", "UNRESOLVED")


2921
2922
2923
# File 'sig/types.rbs', line 2921

def status
  @status
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def step_id
  @step_id
end