Class: Aws::DataExchange::Types::NotificationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_updateTypes::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

#deprecationTypes::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_changeTypes::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