Class: Aws::Types::DeleteWorkflowVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#version_name::String

Returns the value of attribute version_name.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def version_name
  @version_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def workflow_id
  @workflow_id
end