You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::ApprovalRuleTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ApprovalRuleTemplate
- Defined in:
- (unknown)
Overview
Returns information about an approval rule template.
Returned by:
Instance Attribute Summary collapse
-
#approval_rule_template_content ⇒ String
The content of the approval rule template.
-
#approval_rule_template_description ⇒ String
The description of the approval rule template.
-
#approval_rule_template_id ⇒ String
The system-generated ID of the approval rule template.
-
#approval_rule_template_name ⇒ String
The name of the approval rule template.
-
#creation_date ⇒ Time
The date the approval rule template was created, in timestamp format.
-
#last_modified_date ⇒ Time
The date the approval rule template was most recently changed, in timestamp format.
-
#last_modified_user ⇒ String
The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
-
#rule_content_sha_256 ⇒ String
The SHA-256 hash signature for the content of the approval rule template.
Instance Attribute Details
#approval_rule_template_content ⇒ String
The content of the approval rule template.
#approval_rule_template_description ⇒ String
The description of the approval rule template.
#approval_rule_template_id ⇒ String
The system-generated ID of the approval rule template.
#approval_rule_template_name ⇒ String
The name of the approval rule template.
#creation_date ⇒ Time
The date the approval rule template was created, in timestamp format.
#last_modified_date ⇒ Time
The date the approval rule template was most recently changed, in timestamp format.
#last_modified_user ⇒ String
The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
#rule_content_sha_256 ⇒ String
The SHA-256 hash signature for the content of the approval rule template.