Class: Aws::CodePipeline::Types::RuleType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::RuleType
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      4660 4661 4662 4663 4664 4665 4666 4667  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 4660 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.
      4660 4661 4662 4663 4664 4665 4666 4667  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 4660 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.
      4660 4661 4662 4663 4664 4665 4666 4667  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 4660 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.
      4660 4661 4662 4663 4664 4665 4666 4667  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 4660 class RuleType < Struct.new( :id, :settings, :rule_configuration_properties, :input_artifact_details) SENSITIVE = [] include Aws::Structure end  |