Class: Aws::Types::ListWorkflowVersionsRequest

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:



1739
1740
1741
# File 'sig/types.rbs', line 1739

def max_results
  @max_results
end

#starting_token::String

Returns the value of attribute starting_token.

Returns:



1738
1739
1740
# File 'sig/types.rbs', line 1738

def starting_token
  @starting_token
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:



1736
1737
1738
# File 'sig/types.rbs', line 1736

def type
  @type
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



1735
1736
1737
# File 'sig/types.rbs', line 1735

def workflow_id
  @workflow_id
end

#workflow_owner_id::String

Returns the value of attribute workflow_owner_id.

Returns:



1737
1738
1739
# File 'sig/types.rbs', line 1737

def workflow_owner_id
  @workflow_owner_id
end