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.



2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2477

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

#deprecationTypes::DeprecationRequestDetails

Extra details specific to a deprecation type notification.



2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2477

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.



2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2477

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