Class: Aws::NovaAct::Types::GetWorkflowDefinitionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the workflow definition.

Returns:

  • (String)


522
523
524
525
526
527
528
529
530
531
# File 'lib/aws-sdk-novaact/types.rb', line 522

class GetWorkflowDefinitionResponse < Struct.new(
  :name,
  :arn,
  :created_at,
  :description,
  :export_config,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The timestamp when the workflow definition was created.

Returns:

  • (Time)


522
523
524
525
526
527
528
529
530
531
# File 'lib/aws-sdk-novaact/types.rb', line 522

class GetWorkflowDefinitionResponse < Struct.new(
  :name,
  :arn,
  :created_at,
  :description,
  :export_config,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the workflow definition.

Returns:

  • (String)


522
523
524
525
526
527
528
529
530
531
# File 'lib/aws-sdk-novaact/types.rb', line 522

class GetWorkflowDefinitionResponse < Struct.new(
  :name,
  :arn,
  :created_at,
  :description,
  :export_config,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#export_configTypes::WorkflowExportConfig

The export configuration for the workflow definition.



522
523
524
525
526
527
528
529
530
531
# File 'lib/aws-sdk-novaact/types.rb', line 522

class GetWorkflowDefinitionResponse < Struct.new(
  :name,
  :arn,
  :created_at,
  :description,
  :export_config,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the workflow definition.

Returns:

  • (String)


522
523
524
525
526
527
528
529
530
531
# File 'lib/aws-sdk-novaact/types.rb', line 522

class GetWorkflowDefinitionResponse < Struct.new(
  :name,
  :arn,
  :created_at,
  :description,
  :export_config,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the workflow definition.

Returns:

  • (String)


522
523
524
525
526
527
528
529
530
531
# File 'lib/aws-sdk-novaact/types.rb', line 522

class GetWorkflowDefinitionResponse < Struct.new(
  :name,
  :arn,
  :created_at,
  :description,
  :export_config,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end