Method: Aws::CodePipeline::Types::RuleTypeId#provider

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

#providerString

The rule provider, such as the ‘DeploymentWindow` rule. For a list of rule provider names, see the rules listed in the [CodePipeline rule reference].

[1]: docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html

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