Class: Aws::CodeCommit::Types::ApprovalRuleEventMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ApprovalRuleEventMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Returns information about an event for an approval rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_content ⇒ String
The content of the approval rule.
-
#approval_rule_id ⇒ String
The system-generated ID of the approval rule.
-
#approval_rule_name ⇒ String
The name of the approval rule.
Instance Attribute Details
#approval_rule_content ⇒ String
The content of the approval rule.
120 121 122 123 124 125 126 |
# File 'lib/aws-sdk-codecommit/types.rb', line 120 class ApprovalRuleEventMetadata < Struct.new( :approval_rule_name, :approval_rule_id, :approval_rule_content) SENSITIVE = [] include Aws::Structure end |
#approval_rule_id ⇒ String
The system-generated ID of the approval rule.
120 121 122 123 124 125 126 |
# File 'lib/aws-sdk-codecommit/types.rb', line 120 class ApprovalRuleEventMetadata < Struct.new( :approval_rule_name, :approval_rule_id, :approval_rule_content) SENSITIVE = [] include Aws::Structure end |
#approval_rule_name ⇒ String
The name of the approval rule.
120 121 122 123 124 125 126 |
# File 'lib/aws-sdk-codecommit/types.rb', line 120 class ApprovalRuleEventMetadata < Struct.new( :approval_rule_name, :approval_rule_id, :approval_rule_content) SENSITIVE = [] include Aws::Structure end |