Class: Aws::CodeCommit::Types::GetApprovalRuleTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_nameString

The name of the approval rule template for which you want to get information.

Returns:

  • (String)


2664
2665
2666
2667
2668
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2664

class GetApprovalRuleTemplateInput < Struct.new(
  :approval_rule_template_name)
  SENSITIVE = []
  include Aws::Structure
end