Class: Aws::Types::GetWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::WorkflowAttributes

Returns the value of attribute attributes.



1561
1562
1563
# File 'sig/types.rbs', line 1561

def attributes
  @attributes
end

#error_description::String

Returns the value of attribute error_description.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def error_description
  @error_description
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def last_updated_at
  @last_updated_at
end

#metricsTypes::WorkflowMetrics

Returns the value of attribute metrics.



1562
1563
1564
# File 'sig/types.rbs', line 1562

def metrics
  @metrics
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def start_date
  @start_date
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETE", "FAILED", "SPLIT", "RETRY", "CANCELLED")


1557
1558
1559
# File 'sig/types.rbs', line 1557

def status
  @status
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def workflow_id
  @workflow_id
end

#workflow_type"APPFLOW_INTEGRATION"

Returns the value of attribute workflow_type.

Returns:

  • ("APPFLOW_INTEGRATION")


1556
1557
1558
# File 'sig/types.rbs', line 1556

def workflow_type
  @workflow_type
end