Class: Aws::NovaAct::Types::DeleteWorkflowDefinitionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-novaact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_definition_nameString

The name of the workflow definition to delete.

Returns:

  • (String)


437
438
439
440
441
# File 'lib/aws-sdk-novaact/types.rb', line 437

class DeleteWorkflowDefinitionRequest < Struct.new(
  :workflow_definition_name)
  SENSITIVE = []
  include Aws::Structure
end