Class: Aws::Types::BatchGetWorkflowsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#missing_workflows::Array[::String]

Returns the value of attribute missing_workflows.

Returns:

  • (::Array[::String])


451
452
453
# File 'sig/types.rbs', line 451

def missing_workflows
  @missing_workflows
end

#workflows::Array[Types::Workflow]

Returns the value of attribute workflows.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def workflows
  @workflows
end