Class: Aws::Types::WorkflowSummary

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)


407
408
409
# File 'sig/types.rbs', line 407

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def description
  @description
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


408
409
410
# File 'sig/types.rbs', line 408

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def name
  @name
end

#trigger_mode::String

Returns the value of attribute trigger_mode.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def trigger_mode
  @trigger_mode
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def workflow_arn
  @workflow_arn
end

#workflow_status"READY", "DELETING"

Returns the value of attribute workflow_status.

Returns:

  • ("READY", "DELETING")


409
410
411
# File 'sig/types.rbs', line 409

def workflow_status
  @workflow_status
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def workflow_version
  @workflow_version
end