Method: Aws::CodePipeline::Types::RuleTypeId#category

Defined in:
lib/aws-sdk-codepipeline/types.rb

#categoryString

A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule. The valid category is ‘Rule`.

Returns:

  • (String)


5074
5075
5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-codepipeline/types.rb', line 5074

class RuleTypeId < Struct.new(
  :category,
  :owner,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end