Class: Aws::ElasticTranscoder::Types::UpdatePipelineNotificationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

The ‘UpdatePipelineNotificationsResponse` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::Pipeline

A section of the response body that provides information about the pipeline associated with this notification.

Returns:



4379
4380
4381
4382
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4379

class UpdatePipelineNotificationsResponse < Struct.new(
  :pipeline)
  include Aws::Structure
end