Class: Aws::Types::CreateWorkflowStepGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


67
68
69
# File 'sig/types.rbs', line 67

def next
  @next
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


68
69
70
# File 'sig/types.rbs', line 68

def previous
  @previous
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def workflow_id
  @workflow_id
end