Class: Aws::CodeCommit::Types::GetPullRequestOverrideStateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetPullRequestOverrideStateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#overridden ⇒ Boolean
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
-
#overrider ⇒ String
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
Instance Attribute Details
#overridden ⇒ Boolean
A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
3530 3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3530 class GetPullRequestOverrideStateOutput < Struct.new( :overridden, :overrider) SENSITIVE = [] include Aws::Structure end |
#overrider ⇒ String
The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
3530 3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3530 class GetPullRequestOverrideStateOutput < Struct.new( :overridden, :overrider) SENSITIVE = [] include Aws::Structure end |