Class: Aws::Types::ListWorkflowBuildVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def next_token
  @next_token
end

#workflow_version_arn ⇒ ::String

Returns the value of attribute workflow_version_arn.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def workflow_version_arn
  @workflow_version_arn
end