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
- Struct
- Aws::CodeCommit::Types::Approval
- Defined in:
- (unknown)
Overview
Returns information about a specific approval on a pull request.
Instance Attribute Summary collapse
-
#approval_state ⇒ String
The state of the approval, APPROVE or REVOKE.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
Instance Attribute Details
#approval_state ⇒ String
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
Possible values:
- APPROVE
- REVOKE
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.