Class: Aws::CodeCatalyst::Types::GetWorkflowRunResponse

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

Overview

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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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

#idString

The ID of the workflow run.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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_timeTime

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

Returns:

  • (Time)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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_nameString

The name of the project in the space.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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_nameString

The name of the space.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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_timeTime

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

Returns:

  • (Time)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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

#statusString

The status of the workflow run.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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_reasonsArray<Types::WorkflowRunStatusReason>

Information about the reasons for the status of the workflow run.

Returns:



1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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_idString

The ID of the workflow.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-codecatalyst/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