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

Class: Aws::CodeCommit::Types::Approval

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

Overview

Returns information about a specific approval on a pull request.

Instance Attribute Summary collapse

Instance Attribute Details

#approval_stateString

The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.

Possible values:

  • APPROVE
  • REVOKE

Returns:

  • (String)

    The state of the approval, APPROVE or REVOKE.

#user_arnString

The Amazon Resource Name (ARN) of the user.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the user.