Class: Aws::Types::ListWorkflowsItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def created_at
  @created_at
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def last_updated_at
  @last_updated_at
end

#status ⇒ "NOT_STARTED", ...

Returns the value of attribute status.

Returns:

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


2066
2067
2068
# File 'sig/types.rbs', line 2066

def status
  @status
end

#status_description ⇒ ::String

Returns the value of attribute status_description.

Returns:

  • (::String)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def status_description
  @status_description
end

#workflow_id ⇒ ::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


2065
2066
2067
# File 'sig/types.rbs', line 2065

def workflow_id
  @workflow_id
end

#workflow_type ⇒ "APPFLOW_INTEGRATION"

Returns the value of attribute workflow_type.

Returns:

  • ("APPFLOW_INTEGRATION")


2064
2065
2066
# File 'sig/types.rbs', line 2064

def workflow_type
  @workflow_type
end