Class: Aws::CodeCommit::Types::ApprovalRuleOverriddenEventMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ApprovalRuleOverriddenEventMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Returns information about an override event for approval rules for a pull request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#override_status ⇒ String
The status of the override event.
-
#revision_id ⇒ String
The revision ID of the pull request when the override event occurred.
Instance Attribute Details
#override_status ⇒ String
The status of the override event.
155 156 157 158 159 160 |
# File 'lib/aws-sdk-codecommit/types.rb', line 155 class ApprovalRuleOverriddenEventMetadata < Struct.new( :revision_id, :override_status) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID of the pull request when the override event occurred.
155 156 157 158 159 160 |
# File 'lib/aws-sdk-codecommit/types.rb', line 155 class ApprovalRuleOverriddenEventMetadata < Struct.new( :revision_id, :override_status) SENSITIVE = [] include Aws::Structure end |