Class: Aws::CodeCatalyst::Types::GetWorkflowRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetWorkflowRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
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 ID of the workflow run.
-
#last_updated_time ⇒ Time
The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
-
#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>
Information about the reasons for the status of the workflow run.
-
#workflow_id ⇒ String
The ID 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].
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the workflow run.
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :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 run status was last updated, in coordinated universal time (UTC) timestamp format as specified in
- RFC 3339][1
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :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]
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the workflow run.
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#status_reasons ⇒ Array<Types::WorkflowRunStatusReason>
Information about the reasons for the status of the workflow run.
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the workflow.
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1539 class GetWorkflowRunResponse < Struct.new( :space_name, :project_name, :id, :workflow_id, :status, :status_reasons, :start_time, :end_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |