Class: Aws::CodeCatalyst::Types::GetWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetWorkflowResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339][1].
-
#definition ⇒ Types::WorkflowDefinition
Information about the workflow definition file for the workflow.
-
#id ⇒ String
The ID of the workflow.
-
#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][1].
-
#name ⇒ String
The name of the workflow.
-
#project_name ⇒ String
The name of the project in the space.
-
#run_mode ⇒ String
The behavior to use when multiple workflows occur at the same time.
-
#source_branch_name ⇒ String
The name of the branch that contains the workflow YAML.
-
#source_repository_name ⇒ String
The name of the source repository where the workflow YAML is stored.
-
#space_name ⇒ String
The name of the space.
-
#status ⇒ String
The status of the workflow.
Instance Attribute Details
#created_time ⇒ Time
The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::WorkflowDefinition
Information about the workflow definition file for the workflow.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the workflow.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) 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
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workflow.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#run_mode ⇒ String
The behavior to use when multiple workflows occur at the same time. For more information, see https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-configure-runs.html in the Amazon CodeCatalyst User Guide.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#source_branch_name ⇒ String
The name of the branch that contains the workflow YAML.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#source_repository_name ⇒ String
The name of the source repository where the workflow YAML is stored.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the workflow.
1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1446 class GetWorkflowResponse < Struct.new( :space_name, :project_name, :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |