Class: Aws::Types::DeleteWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


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

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def workflow_version
  @workflow_version
end