Class: Aws::NovaAct::Types::GetWorkflowDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::GetWorkflowDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the workflow definition.
-
#created_at ⇒ Time
The timestamp when the workflow definition was created.
-
#description ⇒ String
The description of the workflow definition.
-
#export_config ⇒ Types::WorkflowExportConfig
The export configuration for the workflow definition.
-
#name ⇒ String
The name of the workflow definition.
-
#status ⇒ String
The current status of the workflow definition.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of 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 |
#created_at ⇒ Time
The timestamp when the workflow definition was created.
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 |
#description ⇒ String
The description of 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 |
#export_config ⇒ Types::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 |
#name ⇒ String
The name of 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 |
#status ⇒ String
The current status of 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 |