Class: Aws::CodeCatalyst::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetWorkflowRequest
- 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.
-
#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. To rerieve a list of workflow IDs, use ListWorkflows.
1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1375 class GetWorkflowRequest < Struct.new( :space_name, :id, :project_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1375 class GetWorkflowRequest < Struct.new( :space_name, :id, :project_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1375 class GetWorkflowRequest < Struct.new( :space_name, :id, :project_name) SENSITIVE = [] include Aws::Structure end |