Class: Aws::CodeCommit::Types::UpdatePullRequestApprovalStateInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCommit::Types::UpdatePullRequestApprovalStateInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #approval_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The approval state to associate with the user on the pull request. 
- 
  
    
      #pull_request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The system-generated ID of the pull request. 
- 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The system-generated ID of the revision. 
Instance Attribute Details
#approval_state ⇒ String
The approval state to associate with the user on the pull request.
| 7019 7020 7021 7022 7023 7024 7025 | # File 'lib/aws-sdk-codecommit/types.rb', line 7019 class UpdatePullRequestApprovalStateInput < Struct.new( :pull_request_id, :revision_id, :approval_state) SENSITIVE = [] include Aws::Structure end | 
#pull_request_id ⇒ String
The system-generated ID of the pull request.
| 7019 7020 7021 7022 7023 7024 7025 | # File 'lib/aws-sdk-codecommit/types.rb', line 7019 class UpdatePullRequestApprovalStateInput < Struct.new( :pull_request_id, :revision_id, :approval_state) SENSITIVE = [] include Aws::Structure end | 
#revision_id ⇒ String
The system-generated ID of the revision.
| 7019 7020 7021 7022 7023 7024 7025 | # File 'lib/aws-sdk-codecommit/types.rb', line 7019 class UpdatePullRequestApprovalStateInput < Struct.new( :pull_request_id, :revision_id, :approval_state) SENSITIVE = [] include Aws::Structure end |