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])


447
448
449
# File 'sig/types.rbs', line 447

def missing_workflows
  @missing_workflows
end

#workflows::Array[Types::Workflow]

Returns the value of attribute workflows.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def workflows
  @workflows
end