Class: Aws::ElasticTranscoder::Types::UpdatePipelineNotificationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::UpdatePipelineNotificationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘UpdatePipelineNotificationsResponse` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::Pipeline
A section of the response body that provides information about the pipeline associated with this notification.
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
A section of the response body that provides information about the pipeline associated with this notification.
3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3469 class UpdatePipelineNotificationsResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |