Class: Aws::CodeCommit::Types::GetPullRequestOverrideStateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetPullRequestOverrideStateInput
- Defined in:
- gems/aws-sdk-codecommit/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).
3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3512 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.
3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3512 class GetPullRequestOverrideStateInput < Struct.new( :pull_request_id, :revision_id) SENSITIVE = [] include Aws::Structure end |