Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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 'gems/aws-sdk-dataexchange/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 'gems/aws-sdk-dataexchange/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 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3021

class NotificationDetails < Struct.new(
  :data_update,
  :deprecation,
  :schema_change)
  SENSITIVE = []
  include Aws::Structure
end