Class: Aws::NovaAct::Types::WorkflowDefinitionSummary

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

Overview

Summary information about a workflow definition, used in list operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the workflow definition was created.

Returns:

  • (Time)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1259

class WorkflowDefinitionSummary < Struct.new(
  :workflow_definition_arn,
  :workflow_definition_name,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the workflow definition.

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1259

class WorkflowDefinitionSummary < Struct.new(
  :workflow_definition_arn,
  :workflow_definition_name,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_definition_arnString

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

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1259

class WorkflowDefinitionSummary < Struct.new(
  :workflow_definition_arn,
  :workflow_definition_name,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_definition_nameString

The name of the workflow definition.

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1259

class WorkflowDefinitionSummary < Struct.new(
  :workflow_definition_arn,
  :workflow_definition_name,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end