Class: Aws::CodeCatalyst::Types::WorkflowDefinitionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::WorkflowDefinitionSummary
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a workflow definition.
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.
2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2981 class WorkflowDefinitionSummary < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |