Class: Aws::CodeCatalyst::Types::WorkflowRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::WorkflowRunSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a workflow run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
-
#id ⇒ String
The system-generated unique ID of the workflow run.
-
#last_updated_time ⇒ Time
The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
-
#start_time ⇒ Time
The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
-
#status ⇒ String
The status of the workflow run.
-
#status_reasons ⇒ Array<Types::WorkflowRunStatusReason>
The reasons for the workflow run status.
-
#workflow_id ⇒ String
The system-generated unique ID of the workflow.
-
#workflow_name ⇒ String
The name of the workflow.
Instance Attribute Details
#end_time ⇒ Time
The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339]
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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 |
#id ⇒ String
The system-generated unique ID of the workflow run.
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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_time ⇒ Time
The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339]
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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_time ⇒ Time
The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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 ⇒ String
The status of the workflow run.
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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_reasons ⇒ Array<Types::WorkflowRunStatusReason>
The reasons for the workflow run status.
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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_id ⇒ String
The system-generated unique ID of the workflow.
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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_name ⇒ String
The name of the workflow.
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File '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 |