Class: Aws::CodeCatalyst::Types::WorkflowDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::WorkflowDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a workflow definition file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path ⇒ String
The path to the workflow definition file stored in the source repository for the project, including the file name.
Instance Attribute Details
#path ⇒ String
The path to the workflow definition file stored in the source repository for the project, including the file name.
2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2966 class WorkflowDefinition < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |