Class: Aws::NovaAct::Types::WorkflowDefinitionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::WorkflowDefinitionSummary
- 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
-
#created_at ⇒ Time
The timestamp when the workflow definition was created.
-
#status ⇒ String
The current status of the workflow definition.
-
#workflow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow definition.
-
#workflow_definition_name ⇒ String
The name of the workflow definition.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the workflow definition was created.
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 |
#status ⇒ String
The current status of the workflow definition.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow definition.
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_name ⇒ String
The name of the workflow definition.
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 |