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)


4388
4389
4390
# File 'sig/types.rbs', line 4388

def include_graph
  @include_graph
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4390
4391
4392
# File 'sig/types.rbs', line 4390

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4387
4388
4389
# File 'sig/types.rbs', line 4387

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4389
4390
4391
# File 'sig/types.rbs', line 4389

def next_token
  @next_token
end