Class: Aws::NovaAct::Types::CreateWorkflowDefinitionResponse

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

#statusString

The current status of the workflow definition after creation.

Returns:

  • (String)


371
372
373
374
375
# File 'lib/aws-sdk-novaact/types.rb', line 371

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