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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_contentString

The content of the approval rule template.

Returns:

  • (String)

    The content of the approval rule template.

#approval_rule_template_descriptionString

The description of the approval rule template.

Returns:

  • (String)

    The description of the approval rule template.

#approval_rule_template_idString

The system-generated ID of the approval rule template.

Returns:

  • (String)

    The system-generated ID of the approval rule template.

#approval_rule_template_nameString

The name of the approval rule template.

Returns:

  • (String)

    The name of the approval rule template.

#creation_dateTime

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

Returns:

  • (Time)

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

#last_modified_dateTime

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

Returns:

  • (Time)

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

#last_modified_userString

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

Returns:

  • (String)

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

#rule_content_sha_256String

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

Returns:

  • (String)

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