Class: Aws::CodeCommit::Types::GetPullRequestOverrideStateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetPullRequestOverrideStateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pull_request_id ⇒ String
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
-
#revision_id ⇒ String
The system-generated ID of the revision for the pull request.
Instance Attribute Details
#pull_request_id ⇒ String
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
3510 3511 3512 3513 3514 3515 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3510 class GetPullRequestOverrideStateInput < Struct.new( :pull_request_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.
3510 3511 3512 3513 3514 3515 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3510 class GetPullRequestOverrideStateInput < Struct.new( :pull_request_id, :revision_id) SENSITIVE = [] include Aws::Structure end |