Class: Aws::Types::ListWorkflowBuildVersionsResponse

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)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def next_token
  @next_token
end

#workflow_summary_list ⇒ ::Array[Types::WorkflowSummary]

Returns the value of attribute workflow_summary_list.

Returns:



1701
1702
1703
# File 'sig/types.rbs', line 1701

def workflow_summary_list
  @workflow_summary_list
end