Method: Aws::CodePipeline::Types::RuleTypeId#version
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
#version ⇒ String
A string that describes the rule version.
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 |