Class: Aws::CodePipeline::Types::RuleType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idTypes::RuleTypeId

Represents information about a rule type.

Returns:



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_detailsTypes::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_propertiesArray<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

#settingsTypes::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