AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns information about an approval rule template.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.ApprovalRuleTemplate

Namespace: Amazon.CodeCommit.Model
Assembly: AWSSDK.CodeCommit.dll
Version: 3.x.y.z

Syntax

C#
public class ApprovalRuleTemplate

The ApprovalRuleTemplate type exposes the following members

Constructors

NameDescription
Public Method ApprovalRuleTemplate()

Properties

NameTypeDescription
Public Property ApprovalRuleTemplateContent System.String

Gets and sets the property ApprovalRuleTemplateContent.

The content of the approval rule template.

Public Property ApprovalRuleTemplateDescription System.String

Gets and sets the property ApprovalRuleTemplateDescription.

The description of the approval rule template.

Public Property ApprovalRuleTemplateId System.String

Gets and sets the property ApprovalRuleTemplateId.

The system-generated ID of the approval rule template.

Public Property ApprovalRuleTemplateName System.String

Gets and sets the property ApprovalRuleTemplateName.

The name of the approval rule template.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date the approval rule template was created, in timestamp format.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

The date the approval rule template was most recently changed, in timestamp format.

Public Property LastModifiedUser System.String

Gets and sets the property LastModifiedUser.

The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.

Public Property RuleContentSha256 System.String

Gets and sets the property RuleContentSha256.

The SHA-256 hash signature for the content of the approval rule template.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5