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.
      3480 3481 3482 3483 3484  | 
    
      # File 'lib/aws-sdk-elastictranscoder/types.rb', line 3480 class UpdatePipelineNotificationsResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end  |