Class: Aws::CodeCommit::Types::ApprovalStateChangedEventMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ApprovalStateChangedEventMetadata
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Returns information about a change in the approval state for a pull request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_status ⇒ String
The approval status for the pull request.
-
#revision_id ⇒ String
The revision ID of the pull request when the approval state changed.
Instance Attribute Details
#approval_status ⇒ String
The approval status for the pull request.
267 268 269 270 271 272 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 267 class ApprovalStateChangedEventMetadata < Struct.new( :revision_id, :approval_status) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID of the pull request when the approval state changed.
267 268 269 270 271 272 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 267 class ApprovalStateChangedEventMetadata < Struct.new( :revision_id, :approval_status) SENSITIVE = [] include Aws::Structure end |