Class: Aws::CodeCommit::Types::UpdatePullRequestApprovalStateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_stateString

The approval state to associate with the user on the pull request.

Returns:

  • (String)


7013
7014
7015
7016
7017
7018
7019
# File 'lib/aws-sdk-codecommit/types.rb', line 7013

class UpdatePullRequestApprovalStateInput < Struct.new(
  :pull_request_id,
  :revision_id,
  :approval_state)
  SENSITIVE = []
  include Aws::Structure
end

#pull_request_idString

The system-generated ID of the pull request.

Returns:

  • (String)


7013
7014
7015
7016
7017
7018
7019
# File 'lib/aws-sdk-codecommit/types.rb', line 7013

class UpdatePullRequestApprovalStateInput < Struct.new(
  :pull_request_id,
  :revision_id,
  :approval_state)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The system-generated ID of the revision.

Returns:

  • (String)


7013
7014
7015
7016
7017
7018
7019
# File 'lib/aws-sdk-codecommit/types.rb', line 7013

class UpdatePullRequestApprovalStateInput < Struct.new(
  :pull_request_id,
  :revision_id,
  :approval_state)
  SENSITIVE = []
  include Aws::Structure
end