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

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

Instance Attribute Details

#idTypes::RuleTypeId

Represents information about a rule type.

Returns:



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

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