Class: Aws::CodePipeline::Types::RuleExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RuleExecutionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Input information used for a rule execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Hash<String,String>
Configuration data for a rule execution, such as the resolved values for that run.
-
#input_artifacts ⇒ Array<Types::ArtifactDetail>
Details of input artifacts of the rule that correspond to the rule execution.
-
#region ⇒ String
The Amazon Web Services Region for the rule, such as us-east-1.
-
#resolved_configuration ⇒ Hash<String,String>
Configuration data for a rule execution with all variable references replaced with their real values for the execution.
-
#role_arn ⇒ String
The ARN of the IAM service role that performs the declared rule.
-
#rule_type_id ⇒ Types::RuleTypeId
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
Instance Attribute Details
#configuration ⇒ Hash<String,String>
Configuration data for a rule execution, such as the resolved values for that run.
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4590 class RuleExecutionInput < Struct.new( :rule_type_id, :configuration, :resolved_configuration, :role_arn, :region, :input_artifacts) SENSITIVE = [] include Aws::Structure end |
#input_artifacts ⇒ Array<Types::ArtifactDetail>
Details of input artifacts of the rule that correspond to the rule execution.
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4590 class RuleExecutionInput < Struct.new( :rule_type_id, :configuration, :resolved_configuration, :role_arn, :region, :input_artifacts) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region for the rule, such as us-east-1.
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4590 class RuleExecutionInput < Struct.new( :rule_type_id, :configuration, :resolved_configuration, :role_arn, :region, :input_artifacts) SENSITIVE = [] include Aws::Structure end |
#resolved_configuration ⇒ Hash<String,String>
Configuration data for a rule execution with all variable references replaced with their real values for the execution.
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4590 class RuleExecutionInput < Struct.new( :rule_type_id, :configuration, :resolved_configuration, :role_arn, :region, :input_artifacts) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM service role that performs the declared rule. This is assumed through the roleArn for the pipeline.
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4590 class RuleExecutionInput < Struct.new( :rule_type_id, :configuration, :resolved_configuration, :role_arn, :region, :input_artifacts) SENSITIVE = [] include Aws::Structure end |
#rule_type_id ⇒ Types::RuleTypeId
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4590 class RuleExecutionInput < Struct.new( :rule_type_id, :configuration, :resolved_configuration, :role_arn, :region, :input_artifacts) SENSITIVE = [] include Aws::Structure end |