Class: Aws::CodeCatalyst::Types::WorkflowRunSummary

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

Overview

Information about a workflow run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

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

Returns:

  • (Time)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The system-generated unique ID of the workflow run.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  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)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Returns:

  • (Time)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the workflow run.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonsArray<Types::WorkflowRunStatusReason>

The reasons for the workflow run status.

Returns:



3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The system-generated unique ID of the workflow.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3052

class WorkflowRunSummary < Struct.new(
  :id,
  :workflow_id,
  :workflow_name,
  :status,
  :status_reasons,
  :start_time,
  :end_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end