Class: Aws::DataExchange::Types::NotificationDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::NotificationDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Extra details specific to this notification.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_update  ⇒ Types::DataUpdateRequestDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Extra details specific to a data update type notification.
 - 
  
    
      #deprecation  ⇒ Types::DeprecationRequestDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Extra details specific to a deprecation type notification.
 - 
  
    
      #schema_change  ⇒ Types::SchemaChangeRequestDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Extra details specific to a schema change type notification.
 
Instance Attribute Details
#data_update ⇒ Types::DataUpdateRequestDetails
Extra details specific to a data update type notification.
      3021 3022 3023 3024 3025 3026 3027  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3021 class NotificationDetails < Struct.new( :data_update, :deprecation, :schema_change) SENSITIVE = [] include Aws::Structure end  | 
  
#deprecation ⇒ Types::DeprecationRequestDetails
Extra details specific to a deprecation type notification.
      3021 3022 3023 3024 3025 3026 3027  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3021 class NotificationDetails < Struct.new( :data_update, :deprecation, :schema_change) SENSITIVE = [] include Aws::Structure end  | 
  
#schema_change ⇒ Types::SchemaChangeRequestDetails
Extra details specific to a schema change type notification.
      3021 3022 3023 3024 3025 3026 3027  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3021 class NotificationDetails < Struct.new( :data_update, :deprecation, :schema_change) SENSITIVE = [] include Aws::Structure end  |