Class: Aws::CodePipeline::Types::RuleType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RuleType
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
The rule type, which is made up of the combined values for category, owner, provider, and version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ Types::RuleTypeId
Represents information about a rule type.
-
#input_artifact_details ⇒ Types::ArtifactDetails
Returns information about the details of an artifact.
-
#rule_configuration_properties ⇒ Array<Types::RuleConfigurationProperty>
The configuration properties for the rule type.
-
#settings ⇒ Types::RuleTypeSettings
Returns information about the settings for a rule type.
Instance Attribute Details
#id ⇒ Types::RuleTypeId
Represents information about a rule type.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4738 class RuleType < Struct.new( :id, :settings, :rule_configuration_properties, :input_artifact_details) SENSITIVE = [] include Aws::Structure end |
#input_artifact_details ⇒ Types::ArtifactDetails
Returns information about the details of an artifact.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4738 class RuleType < Struct.new( :id, :settings, :rule_configuration_properties, :input_artifact_details) SENSITIVE = [] include Aws::Structure end |
#rule_configuration_properties ⇒ Array<Types::RuleConfigurationProperty>
The configuration properties for the rule type.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4738 class RuleType < Struct.new( :id, :settings, :rule_configuration_properties, :input_artifact_details) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::RuleTypeSettings
Returns information about the settings for a rule type.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4738 class RuleType < Struct.new( :id, :settings, :rule_configuration_properties, :input_artifact_details) SENSITIVE = [] include Aws::Structure end |