Class: Aws::CodeCatalyst::Types::GetWorkflowRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetWorkflowRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the workflow run.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#id ⇒ String
The ID of the workflow run. To retrieve a list of workflow run IDs, use ListWorkflowRuns.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1477 class GetWorkflowRunRequest < Struct.new( :space_name, :id, :project_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1477 class GetWorkflowRunRequest < Struct.new( :space_name, :id, :project_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1477 class GetWorkflowRunRequest < Struct.new( :space_name, :id, :project_name) SENSITIVE = [] include Aws::Structure end |