Class: Aws::Types::WorkflowStepGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


703
704
705
# File 'sig/types.rbs', line 703

def next
  @next
end

#owner"AWS_MANAGED", "CUSTOM"

Returns the value of attribute owner.

Returns:

  • ("AWS_MANAGED", "CUSTOM")


700
701
702
# File 'sig/types.rbs', line 700

def owner
  @owner
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


702
703
704
# File 'sig/types.rbs', line 702

def previous
  @previous
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:

  • ("AWAITING_DEPENDENCIES", "READY", "IN_PROGRESS", "COMPLETED", "FAILED", "PAUSED", "PAUSING", "USER_ATTENTION_REQUIRED")


701
702
703
# File 'sig/types.rbs', line 701

def status
  @status
end