You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::ApprovalRule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_content ⇒ String

The content of the approval rule.

Returns:

  • (String) —

    The content of the approval rule.

#approval_rule_id ⇒ String

The system-generated ID of the approval rule.

Returns:

  • (String) —

    The system-generated ID of the approval rule.

#approval_rule_name ⇒ String

The name of the approval rule.

Returns:

  • (String) —

    The name of the approval rule.

#creation_date ⇒ Time

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

Returns:

  • (Time) —

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

#last_modified_date ⇒ Time

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

Returns:

  • (Time) —

    The date the approval rule 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.

Returns:

  • (String) —

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

#origin_approval_rule_template ⇒ Types::OriginApprovalRuleTemplate

The approval rule template used to create the rule.

Returns:

#rule_content_sha_256 ⇒ String

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

Returns:

  • (String) —

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