Class: Aws::CodeCatalyst::Types::WorkflowDefinition

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

Overview

Information about a workflow definition file.

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)


2966
2967
2968
2969
2970
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2966

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