Class: Aws::CodeCommit::Types::UpdatePullRequestApprovalRuleContentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::UpdatePullRequestApprovalRuleContentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule ⇒ Types::ApprovalRule
Information about the updated approval rule.
Instance Attribute Details
#approval_rule ⇒ Types::ApprovalRule
Information about the updated approval rule.
6996 6997 6998 6999 7000 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6996 class UpdatePullRequestApprovalRuleContentOutput < Struct.new( :approval_rule) SENSITIVE = [] include Aws::Structure end |