Class: Aws::Types::GetWorkflowStepsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::WorkflowStepItem]

Returns the value of attribute items.

Returns:



1577
1578
1579
# File 'sig/types.rbs', line 1577

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def next_token
  @next_token
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def workflow_id
  @workflow_id
end

#workflow_type"APPFLOW_INTEGRATION"

Returns the value of attribute workflow_type.

Returns:

  • ("APPFLOW_INTEGRATION")


1576
1577
1578
# File 'sig/types.rbs', line 1576

def workflow_type
  @workflow_type
end