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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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).
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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.
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4446 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 |