Class: Aws::Types::HumanWorkflowConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:instructions])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:

  • (::String)


2446
2447
2448
# File 'sig/types.rbs', line 2446

def flow_definition_arn
  @flow_definition_arn
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def instructions
  @instructions
end