Class: Aws::CodeCatalyst::Types::WorkflowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::WorkflowSummary
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a workflow.
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::WorkflowDefinitionSummary
Information about the workflow definition file.
-
#id ⇒ String
The system-generated unique ID of a 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.
-
#run_mode ⇒ String
The run mode of the workflow.
-
#source_branch_name ⇒ String
The name of the branch of the source repository where the workflow definition file is stored.
-
#source_repository_name ⇒ String
The name of the source repository where the workflow definition file is stored.
-
#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
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::WorkflowDefinitionSummary
Information about the workflow definition file.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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 system-generated unique ID of a workflow.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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 run mode of the workflow.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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 of the source repository where the workflow definition file is stored.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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 definition file is stored.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :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.
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 3125 class WorkflowSummary < Struct.new( :id, :name, :source_repository_name, :source_branch_name, :definition, :created_time, :last_updated_time, :run_mode, :status) SENSITIVE = [] include Aws::Structure end |