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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3469
3470
3471
3472
3473
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3469

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