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

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def domain_name
  @domain_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def workflow_id
  @workflow_id
end