Class: Aws::Types::GetWorkflowRunsResponse

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)


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

def next_token
  @next_token
end

#runs::Array[Types::WorkflowRun]

Returns the value of attribute runs.

Returns:



4395
4396
4397
# File 'sig/types.rbs', line 4395

def runs
  @runs
end