Class: Aws::CodeCommit::Types::CreatePullRequestApprovalRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CreatePullRequestApprovalRuleOutput
- 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 created approval rule.
Instance Attribute Details
#approval_rule ⇒ Types::ApprovalRule
Information about the created approval rule.
1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1568 class CreatePullRequestApprovalRuleOutput < Struct.new( :approval_rule) SENSITIVE = [] include Aws::Structure end |