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)


4369
4370
4371
# File 'sig/types.rbs', line 4369

def include_graph
  @include_graph
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4371
4372
4373
# File 'sig/types.rbs', line 4371

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4368
4369
4370
# File 'sig/types.rbs', line 4368

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4370
4371
4372
# File 'sig/types.rbs', line 4370

def next_token
  @next_token
end