Class: Aws::CodeCatalyst::Types::WorkflowDefinitionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecatalyst/types.rb

Overview

Information about a workflow definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The path to the workflow definition file stored in the source repository for the project, including the file name.

Returns:

  • (String)


2981
2982
2983
2984
2985
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2981

class WorkflowDefinitionSummary < Struct.new(
  :path)
  SENSITIVE = []
  include Aws::Structure
end