Class: Aws::Types::ListWorkflowsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def next_token
  @next_token
end

#workflows::Array[Types::ListedWorkflow]

Returns the value of attribute workflows.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def workflows
  @workflows
end