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

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

Overview

The UpdatePipelineNotificationsResponse structure.

Constant Summary collapse

SENSITIVE =
[]

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:



3480
3481
3482
3483
3484
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3480

class UpdatePipelineNotificationsResponse < Struct.new(
  :pipeline)
  SENSITIVE = []
  include Aws::Structure
end