Class: Aws::NovaAct::Types::GetWorkflowDefinitionRequest

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 retrieve.

Returns:

  • (String)


490
491
492
493
494
# File 'lib/aws-sdk-novaact/types.rb', line 490

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