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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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).
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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.
| 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4729 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 |