Class: Aws::CodeCatalyst::Types::StartWorkflowRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StartWorkflowRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The system-generated unique ID of the workflow run.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
-
#workflow_id ⇒ String
The system-generated unique ID of the workflow.
Instance Attribute Details
#id ⇒ String
The system-generated unique ID of the workflow run.
2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2563 class StartWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2563 class StartWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2563 class StartWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The system-generated unique ID of the workflow.
2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2563 class StartWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id) SENSITIVE = [] include Aws::Structure end |