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

Inherits:
Struct
  • Object
show all
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

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 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2981

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