Class: Aws::CodePipeline::Types::RuleExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RuleExecution
- Defined in:
- gems/aws-sdk-codepipeline/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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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).
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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.
4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4463 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 |