Class: Aws::Types::GetWorkflowRunsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_graphBoolean

Returns the value of attribute include_graph.

Returns:

  • (Boolean)


4398
4399
4400
# File 'sig/types.rbs', line 4398

def include_graph
  @include_graph
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4400
4401
4402
# File 'sig/types.rbs', line 4400

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4397
4398
4399
# File 'sig/types.rbs', line 4397

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4399
4400
4401
# File 'sig/types.rbs', line 4399

def next_token
  @next_token
end