Class: Aws::CodePipeline::Types::RuleExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RuleExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about each time a rule is run as part of the pipeline execution for a pipeline configured with conditions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Represents information about an error in CodePipeline.
-
#external_execution_id ⇒ String
The external ID of the run of the rule.
-
#external_execution_url ⇒ String
The URL of a resource external to Amazon Web Services that is used when running the rule (for example, an external repository URL).
-
#last_status_change ⇒ Time
The last status change of the rule.
-
#last_updated_by ⇒ String
The ARN of the user who last changed the rule.
-
#rule_execution_id ⇒ String
The execution ID for the run of the rule.
-
#status ⇒ String
The status of the run of the rule, such as FAILED.
-
#summary ⇒ String
A summary of the run of the rule.
-
#token ⇒ String
The system-generated token used to identify a unique request.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Represents information about an error in CodePipeline.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#external_execution_id ⇒ String
The external ID of the run of the rule.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#external_execution_url ⇒ String
The URL of a resource external to Amazon Web Services that is used when running the rule (for example, an external repository URL).
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#last_status_change ⇒ Time
The last status change of the rule.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#last_updated_by ⇒ String
The ARN of the user who last changed the rule.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#rule_execution_id ⇒ String
The execution ID for the run of the rule.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the run of the rule, such as FAILED.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
A summary of the run of the rule.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
The system-generated token used to identify a unique request.
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4569 class RuleExecution < Struct.new( :rule_execution_id, :status, :summary, :last_status_change, :token, :last_updated_by, :external_execution_id, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |