Class: Aws::CodeCatalyst::Types::WorkflowSummary

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

Overview

Information about a workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

Returns:

  • (Time)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::WorkflowDefinitionSummary

Information about the workflow definition file.



3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The system-generated unique ID of a workflow.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

Returns:

  • (Time)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workflow.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#run_modeString

The run mode of the workflow.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#source_branch_nameString

The name of the branch of the source repository where the workflow definition file is stored.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#source_repository_nameString

The name of the source repository where the workflow definition file is stored.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the workflow.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125

class WorkflowSummary < Struct.new(
  :id,
  :name,
  :source_repository_name,
  :source_branch_name,
  :definition,
  :created_time,
  :last_updated_time,
  :run_mode,
  :status)
  SENSITIVE = []
  include Aws::Structure
end